1

I am developing a windows application in flutter and I have requirement of print through USB thermal printer. How do I print to thermal printer on flutter's windows application connected through USB ?

pankaj kumar
  • 105
  • 1
  • 8
  • Some articles can/cannot be done, but they are mixed. [Printing to Printers #15457](https://github.com/flutter/flutter/issues/15457), [Flutter printing invoice to usb printer in desktop app](https://stackoverflow.com/q/66332665/9014308), [How to print and connect to printer using flutter?](https://stackoverflow.com/q/60614828/9014308) – kunif Jun 28 '21 at 14:57
  • have you found any solution? – M.Yogeshwaran Oct 12 '21 at 14:25

1 Answers1

0
  1. Download PDFtoPrinter.exe http://www.columbia.edu/~em36/pdftoprinter.html

  2. Use it by running spwan procceses https://api.dart.dev/stable/2.17.6/dart-io/Process-class.html

djaber atia
  • 71
  • 1
  • 4