Hi all,
I have a folder with multiple PDFs (invoices - all with the same structure), some with one page, some with more. Each page is a different invoice and has all data in the same places.
I want to read a specific field on each of the invoices, which I can already do by opening the PDF and using Get Text, but I can only do this for the first page of each PDF. I need to find a way to read the following pages in the longer PDFs independently of the number of pages.
For this, I am now trying to extract PDF pages (this is my process extract pdf pages.xaml (10.5 KB)) but each of the broken PDFs always come as multiple sets of two pages, so in the end I can not read the last page anyway.
- Can you help me perfect my robot and break down PDF with many pages into many PDFs of one page only?
- If not, Would you recommend any other way to read my PDFs? And can you specify? Keep in mind it has to be with Get Text activity.
Thank you!