PDFDocument class
Constructors
Properties
Methods
-
get(
{int page = 1}) → Future< PDFPage> - Load specific page [...]
-
getAll(
) → Observable< PDFPage> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
-
fromAsset(
String asset) → Future< PDFDocument> - Load a PDF File from assets folder
-
fromFile(
File f) → Future< PDFDocument> - Load a PDF File from a given File
-
fromURL(
String url) → Future< PDFDocument> - Load a PDF File from a given URL. File is saved in cache