Re: [iText-questions] Invalid Restore on open

2006-03-16 Thread Bruno Lowagie
Doug James wrote: Alright, here is another one... I deliver a pdf out of my database but now I get an "Invalid restore" on opening in Adobe Reader. From what I can find in the mail archives it may be associated with my check boxes. How do I find out which one(s) are the problem? My first gue

[iText-questions] Invalid Restore on open

2006-03-15 Thread Doug James
Alright, here is another one... I deliver a pdf out of my database but now I get an "Invalid restore" on opening in Adobe Reader. From what I can find in the mail archives it may be associated with my check boxes. How do I find out which one(s) are the problem? Thanks! Doug James Software Engi

Re: [iText-questions] Invalid restore and PdfImportedPage

2005-04-11 Thread Brendan Fagan
;> "Paulo Soares" <[EMAIL PROTECTED]> 4/9/2005 6:13:48 PM >>> You have a bug in your code that generates the first pdf to the byte array. - Original Message ----- From: "Brendan Fagan" <[EMAIL PROTECTED]> To: Sent: Thursday, April 07, 2005 8:46 PM Su

Re: [iText-questions] Invalid restore and PdfImportedPage

2005-04-09 Thread Paulo Soares
You have a bug in your code that generates the first pdf to the byte array. - Original Message - From: "Brendan Fagan" <[EMAIL PROTECTED]> To: Sent: Thursday, April 07, 2005 8:46 PM Subject: [iText-questions] Invalid restore and PdfImportedPage > I'm attemp

[iText-questions] Invalid restore and PdfImportedPage

2005-04-07 Thread Brendan Fagan
I'm attempting to write every page from a generated PDF to a new PDF 3 times. I'm currently writing a PDF into ByteArrayOutputStream, converting it to a byte array and reading it back in with PdfReader as a ByteArrayInputStream. Here's the section where I copy pages: PdfReader reader = new PdfRe

Re: [iText-questions] Invalid restore

2004-06-30 Thread Leonard Rosenthol
At 03:32 PM 6/30/2004, Zlatko Shushlevski wrote: has anyone faced the "Invalid restore." error in Acrobat Reader using the IText library? It means you restored a state that you didn't bother to save first. Check your code for any place where an extra restore could have slipped thro

[iText-questions] Invalid restore

2004-06-30 Thread Zlatko Shushlevski
Hi, has anyone faced the "Invalid restore." error in Acrobat Reader using the IText library? I'm really striving to find out what this error means, because it shows up when there is completely no reason of error existing. The whole document (containing 14 pages) is correct, except the eleventh pag