Extract Comments from PDF file

Hi All,

I need to check if the PDF file has any comments added, if there need to extract the text from comments section.
Can you suggest me if there is any way to achieve it using UIPath.

May Thanks

Hi @devi_loganathan

I think you could try a sequence like that:

  • open the PDF
  • navigate to comments section
  • use Get Children activity within the pane with comments to see if there are any comments
  • if yes, you can use the PDF functionality to export all comments to a file:
    image
    or extract them with UiPath

Hi @loginerror

Thanks for the input, Is there way we can achieve it without opening PDF?

Thanks,
Devi