400 page PDF file into individual files
I receive a 400 page PDF file. Each page is a statement for a business, there is only 1 statement or page for each individual business. I need a (batch script?) program that can read the name of the business off of the PDF, extract the individual PDF page, name the file the name of the location and or date and save in the correct individual file.
Example:
page 1
Business name: Subway
File name: Subway 02.24
Saved in file: Subway
page 2
Business name: McDonalds
File name: McDonalds 02.24
Saved in file: McDonalds
Currently we are doing this by hand. It takes a couple hours each month.
Any suggestions?
