Uses of Class
org.apache.pdfbox.preflight.PreflightConfiguration
-
Packages that use PreflightConfiguration Package Description org.apache.pdfbox.preflight org.apache.pdfbox.preflight.parser -
-
Uses of PreflightConfiguration in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight declared as PreflightConfiguration Modifier and Type Field Description private PreflightConfigurationPreflightContext. configprivate PreflightConfigurationPreflightDocument. configMethods in org.apache.pdfbox.preflight that return PreflightConfiguration Modifier and Type Method Description static PreflightConfigurationPreflightConfiguration. createPdfA1BConfiguration()PreflightConfigurationPreflightContext. getConfig()Methods in org.apache.pdfbox.preflight with parameters of type PreflightConfiguration Modifier and Type Method Description voidPreflightContext. setConfig(PreflightConfiguration config)Constructors in org.apache.pdfbox.preflight with parameters of type PreflightConfiguration Constructor Description PreflightContext(PreflightConfiguration configuration)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 PreflightConfiguration in org.apache.pdfbox.preflight.parser
Fields in org.apache.pdfbox.preflight.parser declared as PreflightConfiguration Modifier and Type Field Description private PreflightConfigurationPreflightParser. configMethods in org.apache.pdfbox.preflight.parser with parameters of type PreflightConfiguration Modifier and Type Method Description PDDocumentPreflightParser. parse(Format format, PreflightConfiguration config)Parse the given file and check if it is a confirming file according to the given format.
-