RE: [iText-questions] PDFCopier to repeat the same page

2003-11-03 Thread Paulo Soares
Subject: [iText-questions] PDFCopier to repeat the same page > > Dear Sir, > > I am using PDFCopier to copy an PDFReader page 1 > twice. The first copy is OK, but the second copy is > nothing. > > How can I deal with this case? > > Thanks for

[iText-questions] PDFCopier to repeat the same page

2003-10-31 Thread wang yun
Dear Sir, I am using PDFCopier to copy an PDFReader page 1 twice. The first copy is OK, but the second copy is nothing. How can I deal with this case? Thanks for your help, yun here is my code page = copier.getImportedPage(reader, 1); copier.addPage(page); //OK page = copier.getImpo