replaysMike / Binner

Open source parts inventory system for makers, electronics hobby, and professional engineers
https://binner.io
GNU General Public License v3.0
268 stars 41 forks source link

Cross-platform printer support #30

Closed replaysMike closed 2 years ago

replaysMike commented 2 years ago

With the upgrade to .Net 6 we are now getting lots of warnings related to GDI/Printer support.

Need to build a cross-platform solution for dealing with printing of custom labels. It seems the DYMO sdk is not cross-platform, though they claim it is.

One possibility is through the use of lp command, and generate PDF labels. Another may be to utilize the raw epson esc/p protocol.