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 PreflightConfigurationPreflightContext.configprivate final PreflightConfigurationPreflightDocument.configMethods in org.apache.pdfbox.preflight that return PreflightConfigurationModifier and TypeMethodDescriptionstatic PreflightConfigurationPreflightConfiguration.createPdfA1BConfiguration()PreflightContext.getConfig()Methods in org.apache.pdfbox.preflight with parameters of type PreflightConfigurationConstructors in org.apache.pdfbox.preflight with parameters of type PreflightConfigurationModifierConstructorDescriptionPreflightContext(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. -
Uses of PreflightConfiguration in org.apache.pdfbox.preflight.parser
Fields in org.apache.pdfbox.preflight.parser declared as PreflightConfigurationMethods in org.apache.pdfbox.preflight.parser with parameters of type PreflightConfigurationModifier and TypeMethodDescriptionPreflightParser.parse(Format format, PreflightConfiguration config) Parse the given file and check if it is a confirming file according to the given format.