Hi,
I am trying to create PDF in C# and validate for signing using OpenSign 300 PDF Validator and since v. 21.1 the generated PDFs are no longer valid.
The concrete error: Object 3 0 did not pass validation because of Using not whitelisted name: /DefaultValue
To inspect the generated PDFs im using iText RUPS, and this is what is shown:
Aspose.PDF v. 21.1:
image.png (24.0 KB)
image.png (24.3 KB)
Aspose.PDF v. 21.7
image.png (25.9 KB)
image.png (25.6 KB)
Is it by design that this “DefaultValue” is added, and is it possible to remove it from the PDF? The “element” is not supported by the PDF validator, so im stuck at version 21.1 right now.