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
0
votes
2 answers

how to search for a null/empty value in a array,then erase and update the field with other values

I am printing a labels using delphi. I am storing values in an array and printing the same. I would like to know, how we can remove the space when i do not have a value for a label and bring the next label to utilize the space provided for null or…
delsql
  • 601
  • 2
  • 7
  • 15
0
votes
1 answer

How do I set print quality using DYMO label framework?

In the DYMO Label Software v8, you go to edit > preferences > labelWriter printer and select 'text' as print quality to reduce print quality which increases print speed. However, how do I do this when sending a label to the printer from my VB.Net…
lucky.expert
  • 743
  • 1
  • 15
  • 24
0
votes
1 answer

Dymo Labelwriter SDK Not Printing Correctly

I have created an application in VB.Net using Dymo's SDK for printing labels. Some of the users are using the 450 model, and some are using the 450 Twin Turbo. I have set it up to print the contents of a textbox, including a procedure to determine…
MDED
  • 11
  • 4
0
votes
2 answers

DYMO label JavaScript printing framework

My project involves printing patient labels on a Dymo 400 Turbo. I have installed the latest framework, DYMO.Label.Framework.latest.js, and am trying to use one approach I have found on the web to print the label. My problem is that the XML was…
Dean.DePue
  • 1,013
  • 1
  • 21
  • 45
0
votes
4 answers

Setting php echo to javascript variable invalid data

I have am trying to set the value of my PHP echo to a Javascript variable. The JS var then sets that value to an element in an XML page to print a barcode on a label printer. So far the javascript variable gets the element from a text area and seems…
user2168066
  • 627
  • 11
  • 21
0
votes
0 answers

Barcode printing in java on dymo printer

I am trying to print barcode generated by barcode4j on Dymo printer. My barcode generator will give me the barcode as byte array which I am converting into inputstream and passing it to the print method. But somehow the printer is not able to print…
0
votes
2 answers

Dymo web print java.html

I am using a dymo printer and this is the code supplied by them to enable web print. I have edited it to have 3 text boxes so I can print 3 labels at once. My issue is: when I press the print button, it only prints the first text box. What I need is…
0
votes
1 answer

Putting subcells in cells dymo XML Javascript API

I am trying to make an XML for a continuous label (I have to use their cell layout) with the Javascript API. Here's what I have:
Snymax
  • 357
  • 4
  • 18
-1
votes
1 answer

Dymo LW550 only responds to version command

I am working on medical instrument that runs an embedded linux. The instrument currently prints to LW450 printers (discontinued) using the cups driver to print to a file and then copying the file to /dev/lp0. When I plug in the newer LW550, the OS…
-3
votes
1 answer

Program won't run if executed through command line

I have a C# program that I can run successfully from inside Visual Studio with the "Start without debugging" button, and I can run it successfully by double clicking on the executable in the file explorer. But I cannot run it through Command Prompt…
Zeno
  • 105
  • 1
  • 2
  • 8
1 2 3 4 5 6
7