I am working on a project (postcards) that involves me to insert a pdf into a blank page in a PDF. Both PDF files I am working with have bleeds and crops. My initial solution was to add the page I wanted on the odd pages, which worked, except it did not incorporate the bleeds and crops. Being a print job, the bleeds need to be in this job.
Is there any other way to marry up or drop a background image with these bleeds.
Any solution to this problem would be appreciated. workarounds accepted.
Page Replacement is also an option, but don't use it because it distorts the bleed for both the imported page and the orignal page being replaced.
All of these operations can be automated with JavaScript. In fact I wrote an automation tool for inserting the same page in to a PDF multiple times so that it appears every other page.
It's at:[url=http://www.pdfscripting.com/public/programs/downloadsearch.cfm?searchtype=simple&searchmode=cat&keywords=recent&sortby=name&cat=Automation%20Tools]www.pdfscripting.com[/url], but it's not free.Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script