PdfService class

Constructors

PdfService.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generatePaymentInvoice(DataPaymentInvoice reportData, String paperSize, bool isDuplicate) Future<Document>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printAppointment(DataAppointment reportData, String paperSize) Future<void>
printClassicTable(DataClassicTable reportData, String paperSize, {bool landscape = false, List<int>? columnFlexes, bool isView = false, bool use_RowFooter = false, bool showSequence = false}) Future<void>
printPaymentInvoice(DataPaymentInvoice reportData, String paperSize, bool isDuplicate) Future<void>
printReportTable(DataReportTable reportData, String paperSize, {bool landscape = false, List<int>? columnFlexes, bool isView = false, bool use_highlighter = false, bool showSequence = false}) Future<void>
Generates and optionally prints or previews a PDF table report.
toString() String
A string representation of this object.
inherited

Operators

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