The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
101 views

How to join multiple PDF pages to a single Page

I have a PDF with 4 pages. I want to create another PDF where the pages are positioned one after the another (Vertical aligment) in a single page. Which commandline tool can be used for that?
1
vote
1answer
163 views

getting a booklet layout for print and cut in half [closed]

I will try and make this as clear as possible but it's difficult to explain. I want to print 2 pages per side, on each side. Normally the pattern when putting this through the printer is from left to ...
1
vote
2answers
469 views

getting two A6 complete booklet sequences from an A4 page

I have an a6 pdf book. I'd like to convert it to an a4 pdf so that when I print it, I can cut the a4 page in two (upside and downside will have the same content, so I'll end up with two copies of the ...
1
vote
1answer
325 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 ...
12
votes
10answers
8k 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
2k 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 ...