205206207208209210211
} protected void createPdfADocument(Format format, PreflightConfiguration config) throws IOException { COSDocument cosDocument = getDocument(); this.preflightDocument = new PreflightDocument(cosDocument, format, config); }