public interface ICOSDocumentFactory
Possible implementations include parsing the associated input stream or looking up previous results in a cache.
| Modifier and Type | Method and Description |
|---|---|
COSDocument |
createDocument(de.intarsys.tools.locator.ILocator locator,
Map options)
Create a COSDocument instance representing the object structure of the
PDF file designated by locator.
|
COSDocument createDocument(de.intarsys.tools.locator.ILocator locator, Map options) throws COSLoadException, IOException
locator - The reference to the physical source of the PDF file.options - The options for document creationIOExceptionCOSLoadExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.