Yep, that's a bug that only occurs in append mode. Paulo
----- Original Message ----- From: "mkl" <m...@wir-sind-cool.org> To: <itext-questions@lists.sourceforge.net> Sent: Saturday, December 12, 2009 11:30 AM Subject: Re: [iText-questions] Problem with PdfReader.eliminateSharedStreams() in concert with appending PdfStamper Hello once again. mkl wrote: > > PdfReader reader = new PdfReader(new > URL("http://old.nabble.com/file/t1363360/sample.pdf")); > PdfStamper stamper = new PdfStamper(reader, > new FileOutputStream(new File(sample.out.pdf")), '\0', true); > stamper.addSignature("sig", 1, 100, 100, 200, 200); > stamper.close(); > Nabble replaced the URL used above by "http://old.nabble.com/file/p26756669/sample.pdf": PdfReader reader = new PdfReader(new URL("http://old.nabble.com/file/p26756669/sample.pdf")); PdfStamper stamper = new PdfStamper(reader, new FileOutputStream(new File(sample.out.pdf")), '\0', true); stamper.addSignature("sig", 1, 100, 100, 200, 200); stamper.close(); Regards, Michael ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/