mtmsuhail / ESC-POS-USB-NET

This project is a simple .NET (C#) Implementation of the Epson ESC/POS Printing using USB Device Driver.
MIT License
207 stars 88 forks source link

Convert the document into Pdf #4

Closed lrios20 closed 4 years ago

lrios20 commented 4 years ago

Hi, is there any way to convert the document I generate when printing to convert it to pdf?

mtmsuhail commented 4 years ago

The code does not generate any document. It's just communicate with printer using EPSON code. you may mimic the document with html or xaml. You can use wkhtmltopdf if you choose html.