PDFtoZPL icon indicating copy to clipboard operation
PDFtoZPL copied to clipboard

Convert to ZPL II?

Open Braindea7 opened this issue 1 year ago • 2 comments

Question

Hey, I like your package it works very well, but lately we have some problems with the direct print of pdfs on a GK420d. I think it's related to the generated ZPL format. If I change the ZPL format in the Zebra Printer Setup Tool to "ZPL I" it works again. Do your package generate ZPL I or ZPL II code? If it generates "ZPL I" code, is there a way to update it to "ZPL II"?

Braindea7 avatar Jun 24 '24 13:06 Braindea7

Hi @Braindea7,

this library was built for ZPL II based on this programming guide.

What might be an issue is the selected encoding/compression. There are four options and some printers might not support each one.

You can test the different encodings either in your source code (EncodingKind in zplOptions) or with this website: https://www.sungaila.de/PDFtoZPL/

sungaila avatar Jun 24 '24 13:06 sungaila

I will check different Encodings tomorrow :)

Thanks a lot for your quick help!

Braindea7 avatar Jun 24 '24 14:06 Braindea7

Please reopen this issue if changing the encoding did not work.

sungaila avatar Jul 17 '24 09:07 sungaila