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
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