Uses of Enum Class
org.apache.pdfbox.preflight.Format
Packages that use Format
-
Uses of Format in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight declared as FormatMethods in org.apache.pdfbox.preflight that return FormatModifier and TypeMethodDescriptionPreflightDocument.getSpecification()
Returns the format which is used to validate the pdf document.static Format
Returns the enum constant of this class with the specified name.static Format[]
Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pdfbox.preflight with parameters of type FormatModifier and TypeMethodDescriptionprivate void
PreflightDocument.initConfiguration
(Format format) Constructors in org.apache.pdfbox.preflight with parameters of type FormatModifierConstructorDescriptionPreflightDocument
(COSDocument doc, Format format) Create a preflight document based on the COSDocument and load the default configuration for the given format.PreflightDocument
(COSDocument doc, Format format, PreflightConfiguration config) Create a preflight document based on the COSDocument that will use the given configuration bean to process the validation.PreflightDocument
(Format format) Create an empty preflight document and load the default configuration for the given format.PreflightDocument
(Format format, PreflightConfiguration cfg) Create an empty preflight document that will use the given configuration bean to process the validation. -
Uses of Format in org.apache.pdfbox.preflight.parser
Methods in org.apache.pdfbox.preflight.parser with parameters of type FormatModifier and TypeMethodDescriptionprotected void
PreflightParser.createPdfADocument
(Format format, PreflightConfiguration config) void
Parse the given file and check if it is a confirming file according to the given format.void
PreflightParser.parse
(Format format, PreflightConfiguration config) Parse the given file and check if it is a confirming file according to the given format.