public class PdfTypeObjectCreator extends Object
Represents an creator of IPdfTypeExtractor object.
Constructor and Description |
---|
PdfTypeObjectCreator() |
Modifier and Type | Method and Description |
---|---|
IPdfTypeExtractor |
createExtractor(String pdfDocumentPath,
int bufferSize,
boolean allowAsyncInitialization)
Creates IPdfTypeExtractor object.
|
public IPdfTypeExtractor createExtractor(String pdfDocumentPath, int bufferSize, boolean allowAsyncInitialization)
Creates IPdfTypeExtractor object.
pdfDocumentPath
- Path to a pdf document.bufferSize
- Maximum size of content in bytes that can be kept in memory.allowAsyncInitialization
- Allows async initialization of resources.Copyright © 2016 Aspose. All Rights Reserved.