Ive got Dymo labelwriter 400. It works like a charm with a glabels on ubuntu. I am currently writing software to create automatic labels. for that I need to know the size of the png I want to print.
The paper I use is: Large Address, which is 89x36mm.
When I create and print such an image it is not taking the whole label. It is in fact 2/3 of the label size.
In ppd I found such thing:
*PageSize w102h252/30321 Large Address: "<</PageSize[102 252]/ImagingBBox null>>setpagedevice"
I imagine 102 252 is a size. I created such png in gimp, still is too small.
How can I determine what size should the image have to fit the label?