Skip to main content
Participant
February 1, 2024
Answered

400 page PDF file into individual files

  • February 1, 2024
  • 1 reply
  • 876 views

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?

This topic has been closed for replies.
Correct answer try67

If the names are located in the same spot on each page, then yes, this should be possible to do using a custom-made script. I've developed many similar tools for my clients, and would be happy to have a look at your file and let you know if I think it's doable, and if so for how much. You can contact me privately to discuss it further.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
February 1, 2024

If the names are located in the same spot on each page, then yes, this should be possible to do using a custom-made script. I've developed many similar tools for my clients, and would be happy to have a look at your file and let you know if I think it's doable, and if so for how much. You can contact me privately to discuss it further.

Participant
February 2, 2024

Sent you a message!