-
Notifications
You must be signed in to change notification settings - Fork 57
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
Zebra Printer ZQ320 is printing Extra space after print #4
Comments
Does it feed the same length of blank space when printing something else? If yes, then most likely, it's related to the setting on the printer. Is the media type on the printer set to "journal" mode or "label" mode? The media type has to match to this setting. Then check the media feed length. |
if it is journal can i do something about it programatically? |
If the printer is set in journal mode, the printer will treat the media as if it's continuous paper, like the receipt paper. You can set the continuous mode wiht the following command. If you use journal mode, then you also need to check the length setting is the desired length with the following commands. You can do all the above programmatically. |
these commands are not working i wrote it like this |
Remove the "\r\n". The command also works with Zebra Printer Setup Utilities for Windows. |
Nothing worked for me , so after some search , hit and trial i have found solution which i posted on SO |
I am tring to print an image but, provided sdk is printing 10inch extra space after each print, please let me know how to remove it.
following is working code taken from this git:
is anything wrong with code itself or it's printer fault?
The text was updated successfully, but these errors were encountered: