Answered
I frequently need to change PDF files from any given size (usually smaller) to 8.5" x 11" with crop marks. In Acrobat Pro 7 I had created a "Batch process" to achieve this using "Crop pages" to alter the crop and trim area. I have also done this in 8 manually via the pull down menus. The problem arises though when I try to recreate these steps as a "Batch process". In the first resize of the pages, crop to 58p0 x 73p0, I get the following error "Page size may not be reduced". Which is curious as I am not reducing but increasing the page size.
Any ideas?
Thank you
Richard
You can use JavaScript to increase any of the Page Boxes. Look in the Acrobat JavaScript Reference at the "doc.setPageBoxes()" function. It's a bit more work, but it gives you better control over the process.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script