Open atik7 opened 4 years ago
Did you try
package: printing
final printers = await Printing.listPrinters(); await Printing.directPrintPdf( printer: printers[0], onLayout: (_) => _callPrint(PdfDoc.PdfPageFormat.a5));
But, I could't find how to send generated data to usb printer or a specific usb printer on windows. Can you help on this?
Hi,
How to set paper size for 4inch shipping label?
Thanks