| Package | Description | 
|---|---|
| org.apache.pdfbox.preflight | |
| org.apache.pdfbox.preflight.parser | 
| Modifier and Type | Method and Description | 
|---|---|
| static PreflightConfiguration | PreflightConfiguration. createPdfA1BConfiguration() | 
| PreflightConfiguration | PreflightContext. getConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PreflightContext. setConfig(PreflightConfiguration config) | 
| Constructor and Description | 
|---|
| PreflightContext(DataSource source,
                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. if the configuration is null, a default configuration will be load using the given format. | 
| PreflightDocument(Format format,
                 PreflightConfiguration cfg)Create an empty preflight document that will use the given configuration bean to process the validation. if the
 configuration is null, a default configuration will be load using the given format. | 
| Modifier and Type | Method and 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. | 
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.