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 PreflightConfiguration
PreflightContext. config
private PreflightConfiguration
PreflightDocument. config
Methods in org.apache.pdfbox.preflight that return PreflightConfiguration Modifier and Type Method Description static PreflightConfiguration
PreflightConfiguration. createPdfA1BConfiguration()
PreflightConfiguration
PreflightContext. getConfig()
Methods in org.apache.pdfbox.preflight with parameters of type PreflightConfiguration Modifier and Type Method Description void
PreflightContext. 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 void
PreflightParser. createPdfADocument(Format format, PreflightConfiguration config)
void
PreflightParser. parse(Format format, PreflightConfiguration config)
Parse the given file and check if it is a confirming file according to the given format.
-