Tagged Questions
7
votes
9answers
4k views
Gluing (Imposition) PDF documents
I have several A4 PDF documents which I would like (two into one) "glue" together into A3 format PDF document. So I will get from 2PDFs A4 a single one sided PDF A3.
I have found the excellent utility ...
3
votes
6answers
1k views
PDF Imposition in PHP
I'm looking for a PHP library that will allow me to create a print-ready PDF. The imposition should include 1-up, 4-up, 24-up, etc. layouts, and crop marks.
FPDF, TCPDF and PHP's included PDF ...
1
vote
1answer
229 views
How do I embed a source PDF onto an existing page in a PDF?
I need to programmatically embed an existing PDF (a small graphic) onto a specfic page on an existing PDF. Using iTextSharp I've been able to add a new page containing this embedded PDF, but what need ...