FormFixes
Overview
FormFixes is a class in Aspose.PDF FOSS for Java.
AcroForm-related fixes for PDF/A compliance.
This class provides 4 methods for working with FormFixes objects in Java programs.
Available methods include: FormFixes, fixNeedAppearances, removeFieldAA, removeXFA.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
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. |