let base = { type: 'raw', format: 'pdf', flavor: 'base64', data: data, options: {language: 'ZPL', pageWidth: 800} };let data = [ [ '^XA\n', base, '^XZ\n' ] ];var config = qz.configs.create(printerName, {altPrinting: false, rasterize: true, scaleContent: true});qz.print(config, data).then(...)
let base = { type: 'raw', format: 'pdf', flavor: 'base64', data: data, options: {language: 'EPL', pageWidth: 800} };let data = [ [ '\nN\n', 'q609\n', 'Q203,26\n', base, '\nP1,1\n' ] ];var config = qz.configs.create(printerName, {altPrinting: false, rasterize: true, scaleContent: true});qz.print(config, data).then(...)
--
You received this message because you are subscribed to the Google Groups "qz-print" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qz-print+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qz-print/718af907-54ce-4045-adbd-77dc9135d0cao%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to qz-p...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to qz-print+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qz-print/8eb67562-e790-48cf-8896-64cdf3763195o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qz-print/8eb67562-e790-48cf-8896-64cdf3763195o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to qz-print+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qz-print/f3446ea4-5b8c-4fb9-a38a-dbbd0c9a49fao%40googlegroups.com.
Absolutely! li...@qz.io or lite.m.f...@gmail.com
To view this discussion on the web visit https://groups.google.com/d/msgid/qz-print/f3446ea4-5b8c-4fb9-a38a-dbbd0c9a49fao%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to qz-print+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qz-print/0110fa93-dd64-4378-8bb0-99b05124f3dfo%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qz-print/0110fa93-dd64-4378-8bb0-99b05124f3dfo%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to qz-print+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qz-print/e9eb3230-f071-4337-a78c-d4ac8320f023o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qz-print/e9eb3230-f071-4337-a78c-d4ac8320f023o%40googlegroups.com.
let base = { type: 'raw', format: 'pdf', flavor: 'base64', data: data,
options: {language: 'EPL', pageWidth: 812}
};let data = [ [ '\nN\n',
'q812\n', // 4 inches wide * 203 dpi
'Q1218,26\n', // 6 inches tall * 203 dpi
base, '\nP1,1\n' ] ];var config = qz.configs.create(printerName, {altPrinting: false, rasterize: true, scaleContent: true});qz.print(config, data).then(...)
To unsubscribe from this group and stop receiving emails from it, send an email to qz-print+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qz-print/49a0971e-ef0b-474a-9190-97bb41f79f50o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qz-print/49a0971e-ef0b-474a-9190-97bb41f79f50o%40googlegroups.com.