-
Notifications
You must be signed in to change notification settings - Fork 4
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
Create tutorial for adding new labels #13
Comments
I'm trying to get DPD-shipping lables (from ebay/packlink.de) to be printed out on 62mm, Here is the original label (DIN-A4): The 62 mm label should look like this: And here I defined the cut marks: Maybe someone could help me and all the others using this labels. (or All in one file) |
Heyho, I have added the label to the selections as I have removed your original files, as they still contained some personal info. Indeed it would be nice to have a tutorial for that. I can make one, when I will find time for it. ctx.drawImage(image, // Adresse
57, 78, 1112, 882,
4, 0, 878, 696); In general pasting pics is build up in the following way:
When scaling down the new cutout you have to pay attention to the original ratio (878 = 696/882 * 1112). I at least added the option to download the full rendered page when In general I have to clean up the whole code, including a proper debug mode, but time is lacking a bit at the moment. So please be patient. :) |
First things first: It really seems to work like a charme, tried it with https://snake-label.de/ and it looks awsome! I'm really looking forward on Your project! |
First of all: GREAT WORK!!!
Having the opportunity to use my 62mm Printers for big shipping labels ist awesome!
But me and a whole lot of other people, I guess, need to print out labels for shipping company other then those implemented in Your Tool already.
Like most people I'm a total noob in programming.
As far as I understand, Your tool does the following steps:
The cut sizes and positions are set in the "labels.js".
For additional labels the labels.js has to be modified.
Could You please make a short tutorial on how to modify the "labels.js" for new label.
This would make this little tool universal an applicable world wide!
The text was updated successfully, but these errors were encountered: