FormFixes
Overview
FormFixes is a class in Aspose.Pdf FOSS for Java.
AcroForm-related fixes for PDF/A compliance.
Methods
| Signature | Description |
|---|---|
FormFixes() | Creates a new FormFixes instance. |
fixNeedAppearances(parser: PDFParser, format: PdfFormat, errorAction: ConvertErrorAction, result: PdfAValidationResult) | Sets {@code /NeedAppearances} to {@code false} or removes it from the |
| AcroForm dictionary. | |
removeFieldAA(parser: PDFParser, format: PdfFormat, errorAction: ConvertErrorAction, result: PdfAValidationResult) | Removes {@code /AA} dictionaries from all field dictionaries in the |
| AcroForm field tree. | |
removeXFA(parser: PDFParser, format: PdfFormat, errorAction: ConvertErrorAction, result: PdfAValidationResult) | Removes the {@code /XFA} entry from the AcroForm dictionary. |