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
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
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
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
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.
---
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.
-
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
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