Re: [iText-questions] PdfStamper vs PdfReader page size

2010-08-04 Thread Mark Storer
o:psoa...@glintt.com] Sent: Wednesday, August 04, 2010 1:32 AM To: Post all your questions about iText here Subject: Re: [iText-questions] PdfStamper vs PdfReader page size page.getPdfDocument() doesn't make sense in this context where you don'

Re: [iText-questions] PdfStamper vs PdfReader page size

2010-08-04 Thread Paulo Soares
ct: [iText-questions] PdfStamper vs PdfReader page size Hello Perhaps this is a silly question but I am still going to ask it :-) I have a following code fragment: public static void main( String[] args ) throws Exception { PdfReader reader = new PdfReader("/tmp/input.pdf");

[iText-questions] PdfStamper vs PdfReader page size

2010-08-03 Thread Karol Bryd
Hello Perhaps this is a silly question but I am still going to ask it :-) I have a following code fragment: public static void main( String[] args ) throws Exception { PdfReader reader = new PdfReader("/tmp/input.pdf"); File tmpFile = File.createTempFile("tmp_stamper", ".pdf");