Re: [iText-questions] Re: How to split a PDF A3 page into 2 PDF A4 pages

2006-05-04 Thread Bruno Lowagie
Fred Stoopendaal wrote: Your example and other examples I could find are always based on reading and manipulating a complete page. That's what you need: to read a complete A3 page into a PdfImportedPage. I want 2 split a (scanned A3) single page in 2 A4 pages You will add this complete Pdf

Re: [iText-questions] Re: How to split a PDF A3 page into 2 PDF A4 pages

2006-05-04 Thread Fred Stoopendaal
Hi Carsten, Thanks for your reply.   Your example and other examples I could find are always based on reading and manipulating a complete page. I want 2 split a (scanned A3) single page in 2 A4 pages and I cannot find examples how to get a part of a single pdf page.   Fred.  2006/5/3, Carsten Hamme

[iText-questions] Re: How to split a PDF A3 page into 2 PDF A4 pages

2006-05-03 Thread Carsten Hammer
Hi Fred, should be possible: use the handouts or the nup plugin as start and change it to write out the input page twice. The attached example plugin reverts the effect of the NUp plugin by placing the two pages not side by side but on two different pages. To do what you want you just have to i