Re: [iText-questions] How to change a PDF but preserve the rights

2008-02-05 Thread Samuel B. Quiring
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

Re: [iText-questions] How to change a PDF but preserve the rights

2008-02-05 Thread Leonard Rosenthol
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

Re: [iText-questions] How to change a PDF but preserve the rights

2008-02-05 Thread Samuel B. Quiring
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

Re: [iText-questions] How to change a PDF but preserve the rights

2008-02-05 Thread Leonard Rosenthol
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

Re: [iText-questions] How to change a PDF but preserve the rights

2008-02-04 Thread Samuel B. Quiring
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

Re: [iText-questions] How to change a PDF but preserve the rights

2007-12-06 Thread Leonard Rosenthol
) >{ >nlist.Item(0).InnerXml = docXFT.ChildNodes[0].OuterXml; >} > > > stp.AcroFields.Xfa.DomDocument.InnerXml = doc.InnerXml; > stp.AcroFields.Xfa.Changed = true; > stp.Close(); > /

Re: [iText-questions] How to change a PDF but preserve the rights

2007-12-06 Thread S�rgio Oliveira
/// 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

Re: [iText-questions] How to change a PDF but preserve the rights

2007-12-03 Thread Scott Dunbar
- 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

Re: [iText-questions] How to change a PDF but preserve the rights

2007-12-03 Thread Leonard Rosenthol
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

Re: [iText-questions] How to change a PDF but preserve the rights

2007-12-03 Thread Samuel B. Quiring
-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

Re: [iText-questions] How to change a PDF but preserve the rights

2007-12-03 Thread Bruno Lowagie
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,

Re: [iText-questions] How to change a PDF but preserve the rights

2007-12-03 Thread Leonard Rosenthol
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

Re: [iText-questions] How to change a PDF but preserve the rights

2007-12-02 Thread Bruno Lowagie
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

[iText-questions] How to change a PDF but preserve the rights

2007-12-02 Thread Samuel B. Quiring
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