jamesblast wrote: > Yes, I can confirm that. If I remove the calls to GetImportedPage, the size > does not grow that much. But I need to call this, to get the size of the > current page to position my stamp-text.
No you don't, you can use PdfReader.getPageSize(page) or PdfReader.getPageSizeWithRotation(page): http://itext.ugent.be/library/api/com/lowagie/text/pdf/PdfReader.html#getPageSizeWithRotation(int) br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
