RE: [iText-questions] multipage display on one page of PDF document

2004-01-12 Thread Paulo Soares
Title: RE: [iText-questions] multipage display on one page of PDF document You can't use Document.add(). This is only a problem with Graphic but in any case you have the same in PdfContentByte. Add the images with PdfContentByte.addImage(). To set a clipping area: PdfContentBy

Re: [iText-questions] multipage display on one page of PDF document

2004-01-12 Thread Neil Taylor
ColumnText and PdfPTable. (It's better to stay on the mailing list) Best Regards. Paulo Soares -Original Message- From:   Neil Taylor [SMTP:[EMAIL PROTECTED] Sent:   Monday, January 12, 2004 11:45 To: Paulo Soares Subject:    Re: [iText-questions] multipage display on one page o

RE: [iText-questions] multipage display on one page of PDF document

2004-01-12 Thread Paulo Soares
Title: RE: [iText-questions] multipage display on one page of PDF document This is a totally different case. It all depends on what classes you use to do it, the kind of data, etc. More detail is needed. You probably won't need templates and do all the work with ColumnText and PdfP

RE: [iText-questions] multipage display on one page of PDF document

2004-01-12 Thread Paulo Soares
Title: RE: [iText-questions] multipage display on one page of PDF document You have a bit of work ahead, not with the clipping and rotating the pages, but with the layout if the pages have different sizes. The methods you'll need are: PdfWriter.getImportedPage() - to get the page from

[iText-questions] multipage display on one page of PDF document

2004-01-11 Thread Neil Taylor
Hi, I am writing an application where there is a feature to print multiple pages onto each sheet in the PDF. Therefore if I had a document with 6 pages, and chose to print 4 pages per sheet, then I would end up with a 2 page PDF with four 'pages' arranged on the first sheet and two 'pages' arr