PdfConfiguration class
Constructors
- PdfConfiguration({required String targetDirectory, required String targetName, PrintSize printSize = PrintSize.A4, PrintOrientation printOrientation = PrintOrientation.Portrait, bool linksClickable = false})
-
targetDirectory
is the desired path for the Pdf file.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- htmlFilePath → String
-
Returns the final path for temporary Html File
no setter
- linksClickable → bool
-
Make links clickable on iOS. But, any image will need to be set as data base64
final
- printOrientation → PrintOrientation
-
final
- printSize → PrintSize
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetDirectory → String
-
final
- targetName → String
-
final
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