How to convert pdf to Google doc using UiPath.
First you can try this activity to get a word doc and then write the data to new google doc
https://docs.uipath.com/activities/other/latest/user-guide/uipath-adobe-pdfservices-export-pdf
Cheers
You can convert a PDF file to a Google Doc using UiPath by following these steps:
- Use the “Read PDF Text” activity to read the text content from the PDF file and store it in a variable.
- Use the “Invoke Method” activity to create a new Google Doc in Google Drive. For this, you will need to use the Google Drive API and provide the required credentials.
- Use the “Invoke Method” activity again to add the text content from the PDF file to the newly created Google Doc. You can use the “InsertText” method for this purpose.
- Save and close the Google Doc.
1 Like