packages.flutter
packages.flutter copied to clipboard
print pdfPageImage in receipt printer
Hello,
I try to print PdfPageImages in a receipt printer.
I don't have the ticket height and my pdf can be on multipages, so i have two problems :
-
when I have several pages, I can't remove blank space between my 2 pages. Can I remove this padding ?
-
when my pdf content no completely fill my page, I want use the crocRect properties to avoid printing a white space in the end. Is it possible to compute the height of my pdf content in my pdf page ?