PdfTypeObjectCreator.CreateExtractor

CreateExtractor(string, int, bool)

Creates IPdfTypeExtractor object.

public IPdfTypeExtractor CreateExtractor(string pdfDocumentPath, int bufferSize, 
    bool allowAsyncInitialization)
ParameterTypeDescription
pdfDocumentPathStringPath to a pdf document.
bufferSizeInt32Maximum size of content in bytes that can be kept in memory.
allowAsyncInitializationBooleanAllows async initialization of resources.

Return Value

object of IPdfTypeExtractor

See Also


CreateExtractor(Stream, int, bool)

Creates IPdfTypeExtractor object.

public IPdfTypeExtractor CreateExtractor(Stream pdfDocumentStream, int bufferSize, 
    bool allowAsyncInitialization)
ParameterTypeDescription
pdfDocumentStreamStreamStream containing pdf document.
bufferSizeInt32Maximum size of content in bytes that can be kept in memory.
allowAsyncInitializationBooleanAllows async initialization of resources.

Return Value

object of IPdfTypeExtractor

See Also


CreateExtractor(string, string, int, bool)

Creates IPdfTypeExtractor object.

public IPdfTypeExtractor CreateExtractor(string pdfDocumentPath, string password, int bufferSize, 
    bool allowAsyncInitialization)
ParameterTypeDescription
pdfDocumentPathStringPath to a pdf document.
passwordStringDocument password.
bufferSizeInt32Maximum size of content in bytes that can be kept in memory.
allowAsyncInitializationBooleanAllows async initialization of resources.

Return Value

object of IPdfTypeExtractor

See Also


CreateExtractor(Stream, string, int, bool)

Creates IPdfTypeExtractor object.

public IPdfTypeExtractor CreateExtractor(Stream pdfDocumentStream, string password, int bufferSize, 
    bool allowAsyncInitialization)
ParameterTypeDescription
pdfDocumentStreamStreamStream containing pdf document.
passwordStringDocument password.
bufferSizeInt32Maximum size of content in bytes that can be kept in memory.
allowAsyncInitializationBooleanAllows async initialization of resources.

Return Value

object of IPdfTypeExtractor

See Also