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
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
;> "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
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
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
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
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