Questions tagged [dymo]

Dymo label printer SDK related questions.

Building on over eight years of SDK experience, the DYMO Software Development Kit (SDK) provides a simple, inexpensive, and reliable means of integrating specialized label printing into your application. The SDK reduces the complexities of label printing to as few as 5 lines of code. Whether programming for the Mac or Windows, DYMO’s SDK is the easiest way to add professional quality label printing to your application.

http://global.dymo.com/enCA/CampaignsHome/Software_Development_Kit.html

100 questions
3
votes
1 answer

MeasureText() - SizeF to inches

I guess I don't know what search terms to use, this should be simple... I what to determine the width in inches of a string. Dim sSize As System.Drawing.SizeF Dim fFont As New Font("Arial", 12) sSize =…
rheitzman
  • 2,247
  • 3
  • 20
  • 36
2
votes
0 answers

Printing multiple labels in one print job

I am using the Dymo JS SDK from here to print some labels to a label printer. I have an API which returns an array of strings, and each string contains the XML for a label to be printed. At the moment, in order to print these labels, I have the…
Matthew Satti
  • 103
  • 2
  • 13
2
votes
2 answers

how do break text to three different lines with dymo and the javascript library?

I have an address label I am setting up using the dymo javascript SDK, I am able to successfully print and all, but I am having trouble figuring out how to break my string value into three lines of text on the label for instance, my string which is…
ADL
  • 185
  • 8
  • 19
2
votes
1 answer

DYMO LabelWriter 450 DUO print .label file from Command line

I am trying to find a way to print a label file(Creating with DYMO Label v8) from the command line. Is there any way to accomplish this ? (Trying to find a way to print a label with a Java application since the SDK did not support JAVA)
Orvil Nordström
  • 325
  • 6
  • 18
2
votes
0 answers

JavaScript Pint a file DYMO

I have this script in Visual Basic: