ReadPdfText class

Creating MethodChannel to the Android side.

Constructors

ReadPdfText()

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

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

Static Methods

getPDFlength(String path) Future<int>
Returns int, number of the pages in the PDF document
getPDFtext(String path) Future<String>
Returns string, whole text of the document
getPDFtextPaginated(String path) Future<List<String>>
Returns PDF document as List