[iText-questions] Corrupt output pdf after fdfmerge.

2003-04-03 Thread Finn Bock
Hi, I have an input PDF file (created by iText) that I try to run fdfmerge on like this: java fdfmerge Ramme.pdf Ramme_new.pdf So there is no data inserted and no flattening. Yet the resulting output file is corrupt according to Acrobat 5.0: An error occured during opening of the document.

Re: [iText-questions] Corrupt output pdf after fdfmerge.

2003-04-03 Thread Leonard Rosenthol
At 06:42 PM 4/3/2003 +0200, Finn Bock wrote: I have an input PDF file (created by iText) that I try to run fdfmerge on like this: java fdfmerge Ramme.pdf Ramme_new.pdf fdfmerge, as the name implies is for merging FDF files with PDF files...It appears from your command line that you

RE: [iText-questions] Corrupt output pdf after fdfmerge.

2003-04-03 Thread Paulo Soares
: [iText-questions] Corrupt output pdf after fdfmerge. Hi, I have an input PDF file (created by iText) that I try to run fdfmerge on like this: java fdfmerge Ramme.pdf Ramme_new.pdf So there is no data inserted and no flattening. Yet the resulting output file is corrupt according

Re: [iText-questions] Corrupt output pdf after fdfmerge.

2003-04-03 Thread Finn Bock
[Paulo Soares] It's a bug already corrected (in my computer...). Replace in PdfStamperImp os.write(HEADER); for this.os.write(HEADER); Thank you, it works like a charm. You have really saved my day. regards, finn --- This SF.net email is