PdfParser class
- Inheritance
-
- Object
- PublicationParser
- PdfParser
- Implemented types
Constructors
- PdfParser(PdfDocumentFactory pdfFactory)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pdfFactory → PdfDocumentFactory
-
final
- 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
-
parse(
String fileAtPath) → Future< PubBox?> -
inherited
-
parseFile(
PublicationAsset asset, Fetcher fetcher) → Future< PublicationBuilder?> -
Constructs a
Publication.Builderto build aPublicationfrom a publication file.override -
parseWithFallbackTitle(
String fileAtPath, String fallbackTitle) → Future< PubBox?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited