Answered
Hi,
I have the task of adding photos to a recruitment company's portfolio of 12000 workers PDF profiles. The initial PDF contains all the workers' details and I need to add an image three layers back from the front.
I've automated all of this but I can't work out how to move the image back 3 levels in the content tree.
Any help on this would save my life!
To recap, in javascript I need to find the only image and move it from the front to level 4
Each PDF has just a single page
Thank you in advance :)
Acrobat provides some nifty tools in the "Content" navigation panel for moving individual pieces of content around. But this functionality is not available in the JavaScript Model. There's nothing even close to it. This is the kind of thing you would write a plug-in for.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script