Copy link to clipboard
Copied
Is there a way when you split a PDF into multiple files to retain the thumbnail name of each page?
Copy link to clipboard
Copied
This can be achieved using a custom-made script. There's no built-in command in Acrobat that does it.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Using a loop over all pages get their label value with getPageLabel method, and then extract them using that value with the extractPages method.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now