ActionFixes
Overview
ActionFixes is a class in Aspose.Pdf FOSS for Java.
Action-related fixes for PDF/A compliance.
Methods
| Signature | Description |
|---|---|
ActionFixes() | Creates a new ActionFixes instance. |
removeCatalogAA(parser: PDFParser, format: PdfFormat, errorAction: ConvertErrorAction, result: PdfAValidationResult) | Removes the {@code /AA} (additional-actions) dictionary from the catalog. |
removePageAA(parser: PDFParser, format: PdfFormat, errorAction: ConvertErrorAction, result: PdfAValidationResult) | Removes the {@code /AA} dictionary from all page objects. |
removeWidgetAA(parser: PDFParser, format: PdfFormat, errorAction: ConvertErrorAction, result: PdfAValidationResult) | Removes the {@code /AA} dictionary from all annotation and widget |
| dictionaries found across all pages. | |
removeForbiddenActions(parser: PDFParser, format: PdfFormat, errorAction: ConvertErrorAction, result: PdfAValidationResult) | Removes {@code /A} entries with forbidden action types from all annotation |
| dictionaries. |