Uses of Class
org.apache.pdfbox.preflight.Format
-
Packages that use Format Package Description org.apache.pdfbox.preflight org.apache.pdfbox.preflight.parser -
-
Uses of Format in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight declared as Format Modifier and Type Field Description private FormatPreflightDocument. specificationMethods in org.apache.pdfbox.preflight that return Format Modifier and Type Method Description FormatPreflightDocument. getSpecification()Returns the format which is used to validate the pdf document.static FormatFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Format[]Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.pdfbox.preflight with parameters of type Format Constructor Description PreflightDocument(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)Deprecated.use the 4 parameter constructor and pass the source.PreflightDocument(COSDocument doc, Format format, PreflightConfiguration config, RandomAccessRead source)Create a preflight document based on the COSDocument that will use the given configuration bean to process the validation. -
Uses of Format in org.apache.pdfbox.preflight.parser
Fields in org.apache.pdfbox.preflight.parser declared as Format Modifier and Type Field Description private FormatPreflightParser. formatMethods in org.apache.pdfbox.preflight.parser with parameters of type Format Modifier and Type Method Description PDDocumentPreflightParser. parse(Format format)Parse the given file and check if it is a confirming file according to the given format.PDDocumentPreflightParser. parse(Format format, PreflightConfiguration config)Parse the given file and check if it is a confirming file according to the given format.
-