Uses of Class
org.apache.pdfbox.preflight.PreflightConfiguration
Packages that use PreflightConfiguration
-
Uses of PreflightConfiguration in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight declared as PreflightConfigurationModifier and TypeFieldDescriptionprivate PreflightConfiguration
PreflightContext.config
private PreflightConfiguration
PreflightDocument.config
Methods in org.apache.pdfbox.preflight that return PreflightConfigurationModifier and TypeMethodDescriptionstatic PreflightConfiguration
PreflightConfiguration.createPdfA1BConfiguration()
PreflightContext.getConfig()
Methods in org.apache.pdfbox.preflight with parameters of type PreflightConfigurationConstructors in org.apache.pdfbox.preflight with parameters of type PreflightConfigurationModifierConstructorDescriptionPreflightContext
(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 PreflightConfigurationModifier and TypeMethodDescriptionprotected 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.