PdfExtractorOptions class

Options for extracting images from a PDF document.

Constructors

PdfExtractorOptions({int quality = 90, double scaling = 2.0})
PdfExtractorOptions.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
quality int
The quality that each extracted image should have. This tweaks the compression, affecting the final image file size. (100 - maximum quality, 0 - minimum quality).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaling double
Scaling factor applied to the PDF media box frame while extracting.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson({ToJsonConfiguration? config}) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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