PDFToTextBindings class

Bindings to PDFTextExtraction

Constructors

PDFToTextBindings(DynamicLibrary dynamicLibrary)
The symbols are looked up in dynamicLibrary.
PDFToTextBindings.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> fileName, int firstPage, int lastPage, Pointer<Int8> textOutEnc, Pointer<Int8> layout, Pointer<Pointer<Int8>> textOutput, Pointer<NativeFunction<_typedefC_1>> logCallback, Pointer<Int8> ownerPassword, Pointer<Int8> userPassword) int
getNumPages(Pointer<Int8> fileName, Pointer<NativeFunction<_typedefC_2>> logCallback, Pointer<Int8> ownerPassword, Pointer<Int8> userPassword) 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