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(javax.activation.DataSource dataSource, PreflightConfiguration configuration)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, PreflightConfiguration cfg)Create an empty preflight document that will use the given configuration bean to process the validation. -
Uses of PreflightConfiguration in org.apache.pdfbox.preflight.parser
Methods in org.apache.pdfbox.preflight.parser with parameters of type PreflightConfiguration Modifier and Type Method Description protected voidPreflightParser. createPdfADocument(Format format, PreflightConfiguration config)voidPreflightParser. parse(Format format, PreflightConfiguration config)Parse the given file and check if it is a confirming file according to the given format.
-