You have to read the document as many times as the number of repeated pages
you need. It's a limitation.

Best Regards,
Paulo Soares

> -----Original Message-----
> From: wang yun [SMTP:[EMAIL PROTECTED]
> Sent: Saturday, November 01, 2003 5:59
> To:   [EMAIL PROTECTED]
> 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 your help,
> 
> yun
> 
> here is my code
> 
> page = copier.getImportedPage(reader, 1);
> copier.addPage(page); //OK
>       
> page = copier.getImportedPage(reader, 1);
> copier.addPage(page); //empty white (0 by 0 size page)
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?   SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to