PAdES (PDF Advanced Electronic Signatures) is a standard for enabling digital signature and (eventually) court validity of digitally signed documents in PDF format
Questions tagged [pades]
51 questions
0
votes
2 answers
Add signature pades-epes signature-policy-identifier attribute with iTextsharp (5.5.8)
I am currently evaluating iTextSharp (5.5.8) for a business case that includes pdf signing. The signature must include the pades-epes signature-policy-identifier attribute. I cannot find documentation and or samples to include this attribute. So the…

Marc
- 3
- 2
0
votes
0 answers
SignerRole in PAdES signatures with iText
Is it possible to embed a SignerRole value into a PAdES digital signature with iText? ... Why the PdfSignatureAppearance class does not expose a setSignerRole("Jefe de Marketing") method?

Alvaro Cuno
- 23
- 4
0
votes
1 answer
PAdES electronic signature in java
Well as the title says, I was asked to perform an application with electronic signature PAdES. Sign PDF documents with this, but they know how to interpret these signatures in java, if someone have worked with something like this to tell me how I…

Elias Vargas
- 1,126
- 1
- 18
- 32
-1
votes
1 answer
Decoding key M in Pades signature dictionary
I'm working on a Pades signature validation tool in javascript.
I have generated a signed pdf file using adobe Acrobat, to use as a test file; i've noticed that the M key in the signature dictionary is not in the form (D:UtcTime) ex:…

Francesco Pozzo
- 1
- 2
-1
votes
1 answer
Find blank space(rectangle) for signature field using PDFBox
When you want to create a visible signature using PDFBox you need to create a Rectangle2D object.
Rectangle2D humanRect = new Rectangle2D.Float(100, 200, 150, 50);
I would like to know if it is possible to find all the white spaces(rectangles) in…

3de
- 13
- 1
- 6
-1
votes
1 answer
iText Create Signed PDF using external Signature WebService
I try to implement signing a PDF with an external signature webService in iText.
I used the example Client-Server-Signing provided by iText…

Markus1980Wien
- 471
- 1
- 5
- 15