Re: [iText-questions] Pdf - Incremental Updates

2013-09-05 Thread iText mailing list
On 9/4/2013 8:18 PM, linuxunil wrote: > First, read the PDF format specification v1.7, section 3.4.5 page 98 > http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_reference_1-7.pdf > Talks about "Incremental Updates." Read this section for more info of what > I'm talking here. We kno

Re: [iText-questions] Pdf - Incremental Updates

2013-09-04 Thread linuxunil
Using: iText v 5.4.3 - Jdk 1.7_u25 32bit First, read the PDF format specification v1.7, section 3.4.5 page 98 http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_reference_1-7.pdf Talks about "Incremental Updates." Read this section for more info of what I'm talking here. Second, in

Re: [iText-questions] Pdf - Incremental Updates

2013-09-04 Thread iText Info
Op 3/09/2013 19:17, linuxunil schreef: > 3 - I*REOPEN* the file (2) and execute the code: > pdfStamper.extractRevision("signatureFieldNameHere") If "signatureFieldNameHere" is the name of the signature field used in 2, then what's the point of extracting the revision? The revision is the whole f

Re: [iText-questions] Pdf - Incremental Updates

2013-09-03 Thread linuxunil
1 - I get the template from the server 2 - I open, fill some fields *AND SIGN.* 3 - I *REOPEN* the file (2) and execute the code: pdfStamper.extractRevision("signatureFieldNameHere") 4 - The inputStream return an empty inputStream (avaible() = 0). After i get an valid inputStream, i want to send i

Re: [iText-questions] Pdf - Incremental Updates

2013-09-02 Thread iText mailing list
On 9/2/2013 10:01 PM, linuxunil wrote: > How i do append the revision on the stamper instance? You're creating a PDF that is incrementally updated. Are you signing that update? If not, all you have is an incrementally updated PDF, not a signed revision. ---

Re: [iText-questions] Pdf - Incremental Updates

2013-09-02 Thread iText mailing list
On 9/2/2013 11:00 PM, linuxunil wrote: > And for some reason the method pdfStamper.extractRevision() is returning an > empty inputStream (avaible () = 0). Extract revision is about extracting signed revision. If you don't have any signatures in your file, you won't be able to extract revisions. -

Re: [iText-questions] Pdf - Incremental Updates

2013-09-02 Thread linuxunil
And for some reason the method pdfStamper.extractRevision() is returning an empty inputStream (avaible () = 0). When i run the method I get an object that contains the following: - RASInputStream    - Position: 0    - Source: WindowRandomAcessSource - Length: 564167 / / <--- actual size of th

[iText-questions] Pdf - Incremental Updates

2013-09-02 Thread linuxunil
Using: iText v 5.4.3 - Jdk 1.7_u25 32bit I wonder how do I save pdf files with incremental updates. Reading the PDF format specification v1.7, section 3.4.5 page 98 http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_reference_1-7.pdf Talks about "Incremental Updates." Read this sec