How to convert pdf to google doc using uipath

How to convert pdf to Google doc using UiPath.

@Nithyakavitharan_T

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

Hi @Nithyakavitharan_T

You can convert a PDF file to a Google Doc using UiPath by following these steps:

  1. Use the “Read PDF Text” activity to read the text content from the PDF file and store it in a variable.
  2. 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.
  3. 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.
  4. Save and close the Google Doc.
1 Like