PDFTextExtractionBindings class

Bindings to PDFTextExtraction

Constructors

PDFTextExtractionBindings(DynamicLibrary dynamicLibrary)
The symbols are looked up in dynamicLibrary.
PDFTextExtractionBindings.fromLookup(Pointer<T> lookup<T extends NativeType>(String symbolName))
The symbols are looked up with lookup.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

extractText(Pointer<Int8> inFilePath, int startPage, int endPage, Pointer<NativeFunction<_typedefC_2>> callback) Pointer<Int8>
extractTextAsXML(Pointer<Int8> inFilePath, int startPage, int endPage, Pointer<NativeFunction<_typedefC_1>> callback) Pointer<Int8>
getPagesCount(Pointer<Int8> inFilePath, Pointer<NativeFunction<_typedefC_3>> callback) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited