Jaymond Flurrie
Well-known Member
- Joined
- Sep 22, 2008
- Messages
- 921
- Office Version
- 365
- Platform
- Windows
edit. Found an answer from here: Multiple PDF with different number of pages.
I have a bank statement (pdf) for each month. I need to combine them to the full year (Excel range). Each statement has multiple pages. I'm able to process the first page just fine, so I get some from each month. But what to do with the other pages?
So basically, I'm looking for the a to select all of these Page objects of each file:
The 12 months doesn't have the same amount of pages.
So for this step (that is, before processing it further), I'm on pseudocode level looking for something like
I'd need help beginning from where to write the code (I assume this needs some code).
I have a bank statement (pdf) for each month. I need to combine them to the full year (Excel range). Each statement has multiple pages. I'm able to process the first page just fine, so I get some from each month. But what to do with the other pages?
So basically, I'm looking for the a to select all of these Page objects of each file:
The 12 months doesn't have the same amount of pages.
So for this step (that is, before processing it further), I'm on pseudocode level looking for something like
Code:
for each pdf in folder
for each page in pdf
import data
I'd need help beginning from where to write the code (I assume this needs some code).
Last edited: