Take a screen capture of every page of a pdf

Hello there,

I’m trying to get an image of every page of a pdf to later insert into a report. The pdfs are of variable length and include scanned, handrawn plans as well as typed text and everything in between. So OCR or text scraping is not what I’m looking for - I really need just a screen cap of the pages
Any help in achieving this would be really appreciated

Thanks!

1 Like
  • Open the PDF file using open application.
  • Use do while.
  • Use Take screenshot activity.
  • Get text of current page and last page in pdf.
  • Click next page button.
  • In while condition, give currentPage<>lastPage.