Skip to main content
Participant
October 8, 2024
Question

Splitting and Renaming

  • October 8, 2024
  • 2 replies
  • 341 views

Hello all! 

I am looking for a soltuion in Acrobat Pro that will allow me to split a large PDF into individual pages and rename each page based the content of the first line on each page. I believe that a script may be needed, but I have zero experience with script writing. Can anyone help?!? 

This topic has been closed for replies.

2 replies

try67
Community Expert
Community Expert
October 8, 2024

As mentioned, if the content of the pages is consistent, this can probably be automated using a custom-made script. I've developed hundreds of such scripts for my clients, so if you're interested in hiring a professional to create it for you, feel free to contact me privately by clicking my user-name and then on the blue "Message" button.

PDF Automation Station
Community Expert
Community Expert
October 8, 2024

Yes you would need a custom script for the file name by extracting "the first line".  Is the first line always in the same location?  This would make it easier.  If not, you could easily extract the information by highlighting the text you want to use for the file name.  This method is not as automated but it will work.