ConversionOptions class
Options for PDF conversion
Constructors
- ConversionOptions.new({bool enableOcr = false, OcrLanguage? ocrLanguage, ConversionQuality quality = ConversionQuality.high, bool preserveLayout = true, String? pageRange})
- Constructor
Properties
- enableOcr → bool
-
Enable OCR for scanned documents
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ocrLanguage → OcrLanguage?
-
OCR language
final
- pageRange → String?
-
Page range (e.g., "1,3,5-10")
final
- preserveLayout → bool
-
Preserve the original layout
final
- quality → ConversionQuality
-
Conversion quality
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
-
toParams(
) → Map< String, String> - Convert to API parameters
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited