mirror of
https://github.com/python-escpos/python-escpos
synced 2025-10-03 09:19:59 +00:00
Force send job unfiltered (raw)
This commit is contained in:
@@ -456,7 +456,7 @@ if _CUPSPRINT:
|
|||||||
self.printer_name,
|
self.printer_name,
|
||||||
self.tmpfile.name,
|
self.tmpfile.name,
|
||||||
self.job_name,
|
self.job_name,
|
||||||
{})
|
{"document-format": cups.CUPS_FORMAT_RAW})
|
||||||
self._clear()
|
self._clear()
|
||||||
|
|
||||||
def _clear(self):
|
def _clear(self):
|
||||||
|
Reference in New Issue
Block a user