Re: [iText-questions] PdfStamper error: Premature end of file

2010-08-02 Thread Chip Whitmer
om: mkl [mailto:m...@wir-sind-cool.org] Sent: Thursday, July 29, 2010 1:16 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PdfStamper error: Premature end of file Chip, Chip Whitmer-2 wrote: > If I understand you correctly, my original document may be incorrect, >

Re: [iText-questions] PdfStamper error: Premature end of file

2010-07-29 Thread mkl
Chip, Chip Whitmer-2 wrote: > If I understand you correctly, my original document may be incorrect, > because it doesn't include the elements that iText expects. I > receive these documents from an external source, so I don't control their > construction. More exactly, I don't know whether you

Re: [iText-questions] PdfStamper error: Premature end of file

2010-07-28 Thread Chip Whitmer
on to the next, but the "premature end of file" error does not change. Thanks, -Chip Whitmer -Original Message- From: mkl [mailto:m...@wir-sind-cool.org] Sent: Wednesday, July 28, 2010 1:07 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PdfStamper

Re: [iText-questions] PdfStamper error: Premature end of file

2010-07-28 Thread mkl
Chip, Chip Whitmer-2 wrote: > If I use PdfStamper two times to edit the same file, I get the message > "[Fatal Error] :-1:-1: Premature end of file" when I close the stamper the > second time. I ran your example and all output I got was this: Processing data\stamper_test.pdf... > Closing stamp

Re: [iText-questions] PDFStamper Error

2007-06-13 Thread Steve_Senneff
ess = true; to get rid of all the nio stuff. Paulo - Original Message - From: "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Wednesday, June 13, 2007 1:20 PM Subject: Re: [iText-questions] PDFStamper Error > [EMAIL

Re: [iText-questions] PDFStamper Error

2007-06-13 Thread Paulo Soares
Call Document.plainRandomAccess = true; to get rid of all the nio stuff. Paulo - Original Message - From: "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Wednesday, June 13, 2007 1:20 PM Subject: Re: [iText-q

Re: [iText-questions] PDFStamper Error

2007-06-13 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > When using PDFStamper I am getting the error below. The OS is Windows 2003 > and I have expanded the Java Max Heap size from 128mb to 512mb, but that > doesn't seem to make a difference. There is plenty of HD space available. > It seems to stamp the pages ok, but always

[iText-questions] PDFStamper Error

2007-06-13 Thread Steve_Senneff
When using PDFStamper I am getting the error below. The OS is Windows 2003 and I have expanded the Java Max Heap size from 128mb to 512mb, but that doesn't seem to make a difference. There is plenty of HD space available. It seems to stamp the pages ok, but always errors during the "stamper.clos