ActionFixes

Overview

ActionFixes is a class in Aspose.PDF FOSS for Java.

Action-related fixes for PDF/A compliance.

This class provides 5 methods for working with ActionFixes objects in Java programs. Available methods include: ActionFixes, removeCatalogAA, removeForbiddenActions, removePageAA, removeWidgetAA. All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.

Methods

SignatureDescription
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.

See Also

 English