bsi_p2.pdf ( 26.8k )
Number of downloads: 39Description
I have one very specific PDF requirement. I am open to any tool or programming method (OLE, API calls, whatever) that allows me to implement the solution from within my Delphi app. My preference is for the \"code\" to be native (i.e. no external app or DLL.)
I need to write a generic routine that combines one or more INPUT PDFs into a \"combined\" OUTPUT file:
Each INPUT:
• CMYK (print-ready) PDF File
• IMAGE (rectangle) to extract (from the PDF file)
• Rotation (relative to original PDF file)
• Flipped (if so, front and back are flipped in OUTPUT)
• Position[s] in OUPUT
OUTPUT:
• One CMYK (print-ready) PDF file, each IMAGE present (one or more times) according to its specifications
Note that all IMAGES (will be) and the OUPUT (must be) “print ready” CMYK PDF files.
I don’t necessarily need this entire routine coded - although that would be fine. It would be sufficient to see/have the source code (or routines to call) to accomplish that laid out in the attached PDF.