Eric Anderson wrote:

Thanks for your quick reply... changing the class to the PdfStamper in the 
following code gives me this error now...
This is certainly wrong:

                PdfImportedPage page = 
stamper.getWriter().getImportedPage(reader1, 1);

It should be

PdfImportedPage page = stamper.getImportedPage(reader1, 1);

(Just something I noticed at first sight, I don't know if it will fix the problem)
br,
Bruno


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to