RE: [iText-questions] PdfCopy add to document

2005-11-03 Thread Caoimhin Barry
mber 03, 2005 12:21 PM > > To: Paulo Soares; > itext-questions@lists.sourceforge.net > > Subject: RE: [iText-questions] PdfCopy add to > document > > > > My hope was to be somehow able to use the > useful > > objects like Paragraphs, Chunks, Tables etc >

RE: [iText-questions] PdfCopy add to document

2005-11-03 Thread Paulo Soares
You can use ColumnText to have all those features in PdfContentByte. > -Original Message- > From: Caoimhin Barry [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 03, 2005 12:21 PM > To: Paulo Soares; itext-questions@lists.sourceforge.net > Subject: RE: [iText-questio

RE: [iText-questions] PdfCopy add to document

2005-11-03 Thread Caoimhin Barry
My hope was to be somehow able to use the useful objects like Paragraphs, Chunks, Tables etc for my new content. Is there any way to do this using pdfstamper? I tried creating a new page with (for example) pdfstamper.insertpage(1); PdfContentByte over=pdfstamper.getOverContent(1); PdfDocument doc=o

RE: [iText-questions] PdfCopy add to document

2005-11-03 Thread Paulo Soares
You can't add new content to PdfCopy using PdfContentByte or Document.add(). Build you doc with PdfCopy, close it and use PdfStamper to add new content. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Caoimhin Barry > Sent: Thursday, November 03