Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to ZPL II? #54

Closed
Braindea7 opened this issue Jun 24, 2024 · 3 comments
Closed

Convert to ZPL II? #54

Braindea7 opened this issue Jun 24, 2024 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@Braindea7
Copy link

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 Braindea7 added the question Further information is requested label Jun 24, 2024
@sungaila
Copy link
Owner

sungaila commented Jun 24, 2024

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/

@Braindea7
Copy link
Author

I will check different Encodings tomorrow :)

Thanks a lot for your quick help!

@sungaila
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants