y, February 05, 2008 6:25 AM
To: Post all your questions about iText here
Subject: Re: [iText-questions] How to change a PDF but preserve the rights
It can't.
If you make ANY changes to the PDF you will break the rights. It's specifically
designed this way to detect tampering.
The onl
EMAIL PROTECTED] [mailto:itext-
[EMAIL PROTECTED] On Behalf Of Leonard
Rosenthol
Sent: Tuesday, February 05, 2008 6:09 AM
To: Post all your questions about iText here
Subject: Re: [iText-questions] How to change a PDF but preserve the
rights
You rewrote the PDF - therefore you changed it.
Leonard
t all your questions about iText here
Subject: Re: [iText-questions] How to change a PDF but preserve the rights
You rewrote the PDF - therefore you changed it.
Leonard
On Feb 4, 2008, at 10:32 PM, Samuel B. Quiring wrote:
Leonard,
Are you sure? I have tried a few variations and I have not
pdfOutput.close();
reader.close();
}
-Sam
- Original Message -
From: Leonard Rosenthol
To: Post all your questions about iText here
Sent: Monday, December 03, 2007 4:20 AM
Subject: Re: [iText-questions] How to change a PDF but preserve the
rights
It _IS_ possible to fill in a PDF that has bee
ons about iText here
Sent: Monday, December 03, 2007 4:20 AM
Subject: Re: [iText-questions] How to change a PDF but preserve the rights
It _IS_ possible to fill in a PDF that has been "Reader Enabled" w/o
violating the rights - but it MUST be done in a very specific fashion usin
)
>{
>nlist.Item(0).InnerXml = docXFT.ChildNodes[0].OuterXml;
>}
>
>
> stp.AcroFields.Xfa.DomDocument.InnerXml = doc.InnerXml;
> stp.AcroFields.Xfa.Changed = true;
> stp.Close();
> /
///
From: Leonard Rosenthol <[EMAIL PROTECTED]>
Reply-To: Post all your questions about iText here
To: Post all your questions about iText here
Subject: Re: [iText-questions] How to change a PDF but preserve the rights
Date: Mon, 3 Dec 2007 10:58:33 -0500
- Original Message -
*From:* Leonard Rosenthol <mailto:[EMAIL PROTECTED]>
*To:* Post all your questions about iText here
<mailto:itext-questions@lists.sourceforge.net>
*Sent:* Monday, December 03, 2007 4:20 AM
*Subject:* Re: [iText-questions] How to change a
iText here
Sent: Monday, December 03, 2007 4:20 AM
Subject: Re: [iText-questions] How to change a PDF but preserve the
rights
It _IS_ possible to fill in a PDF that has been "Reader Enabled" w/
o violating the rights - but it MUST be done in a very specific
fashion using "appe
-questions] How to change a PDF but preserve the rights
It _IS_ possible to fill in a PDF that has been "Reader Enabled" w/o
violating the rights - but it MUST be done in a very specific fashion using
"append mode" on the source PDF AND only modifying a limited number of
Leonard Rosenthol wrote:
It _IS_ possible to fill in a PDF that has been "Reader Enabled" w/o
violating the rights - but it MUST be done in a very specific fashion
using "append mode" on the source PDF AND only modifying a limited
number of objects in the PDF.
Sorry, I stand corrected.
br,
It _IS_ possible to fill in a PDF that has been "Reader Enabled" w/o
violating the rights - but it MUST be done in a very specific fashion
using "append mode" on the source PDF AND only modifying a limited
number of objects in the PDF.
So yes, if you are going to create a whole new PDF - yo
Samuel B. Quiring wrote:
is there a way I can modify the existing PDF in
place so that the rights to save the file from Adobe Reader are maintained?
This is only possible with software form Adobe.
It's one of the many sources of revenue for the company.
You won't find any other product that all
I have a PDF containing an XFA form; isXfaPresent() == true. The PDF was
authored so that it can be opened in Adobe Reader, fields in the form can be
filled, and the form can be saved by Reader to the file system.
Using iText I have read in the PDF, obtained the XfaForm, changed values in the
14 matches
Mail list logo