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
6
votes
1 answer

(node:26972) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0'

I am using DymoJS (https://www.npmjs.com/package/dymojs) to print labels on my local machine and I get this error: (node:26972) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests…
blrsk
  • 185
  • 1
  • 4
  • 11
5
votes
0 answers

Printing to a Dymo labelprinter from Java

I'm trying to print a label on my Dymo LabelWriter 450, but am having a hard time. The issue I am dealing with now is that I can't even seem to fill the entire label, there seems to be a left margin of about 0.6mm that I don't get when I print using…
Cas
  • 758
  • 14
  • 36
5
votes
4 answers

DYMO Label Web Service Printing Slow

I am noticing a delay of 5 to 15 seconds when printing using the DYMO Label Web Service starting this morning, 4/23/2018. This happens on multiple PCs on all browsers. On a Mac it works fine. The log at %LocalAppData%\DYMO\DLS8\DLSWebService.log…
SteveBradford
  • 93
  • 1
  • 6
5
votes
1 answer

DYMO Web Service certificate error

I have an SSL certificate installed on my website and I have intergrated the DYMO Label Printer (using the Dymo Web Service). The web service is installed on the local machine and connects to…
charlie
  • 415
  • 4
  • 35
  • 83
5
votes
0 answers

Printing to Dymo Labelmaker with Python on OS X

Part of my job is to print several hundred labels per day with a Dymo labelwriter. We use macOS for everything, and installing Windows is out of the question as it would break tons of workflow. We have a template file that I can modify using…
bluebunny
  • 295
  • 3
  • 13
5
votes
2 answers

DYMO Label cut-off print on Windows 8.1 and Windows 10

We have encountered a cut-off print issue with DYMO LabelWriter 450 Turbo after we have upgraded to Windows 10. After some investigation we found out that the same issue can occur on some of Windows 8.1 machines as well. We use DYMO.Label.Framework…
4
votes
1 answer

Unable to use DYMO 280 Label Printer in my C#.NET Winforms Application

I've connected DYMO 280 Label Printer to my pc and trying to print labels from my C# .NET winforms application but I'm facing some errors regarding XML tags. I'm using DYMO Label v8.0 to create a label templates. Can you pls send me some code…
Arman Avetisyan
  • 349
  • 2
  • 10
4
votes
1 answer

Printing Multiple Labels from PHP/Web Application to Dymo LabelWriter 450 Turbo

I'm looking to add the functionality to print multiple labels using a Dymo LabelWriter 450 Turbo. I've downloaded the DYMO-Label-v.8-SDK.dmg from the Dymo site but can't see any Javascript/web related SDK files or documentation - all I can see are…
user982124
  • 4,416
  • 16
  • 65
  • 140
4
votes
2 answers

Print on DYMO label printer from website

How to print on DYMO label printer throuhg website? I have build the following file as described here but not succeeded need more help to print remotely.
3
votes
1 answer

How to generate XML for label to print in Javascript using DYMO Connect for Desktop

I manage to print a label from DYMO Connect for Desktop v1.3.1. Now I am trying to print the same label using Javascript. The example PrintMeThatLabel.js is a great example. It contains three different label designs in XML. However, I would like to…
gogognome
  • 727
  • 8
  • 24
3
votes
0 answers

How to integrate Dymo Labelwriter Wireless Labeller Printer SD2008209 in Android application

My client has a requirement of an android application which can use Dymo printer directly. I have done some searching on google, as well as looking at http://www.dymo.com , but i did not find any development document and SDK for integration in owner…
Umesh AHIR
  • 738
  • 6
  • 20
3
votes
1 answer

Can Dymo JavaScript API connect to Dymo web service which is hosted on a different machine on the same network?

I have a task to build an application online which would allow printing labels through Dymo LabelWriter 450 Turbo printer. The goal of this application is - company employees submit data to that needs to be on stickers via website and when they…
3
votes
1 answer

Printing multiple Dymo labels with Cups

I can print a single label using the command lp -o DymoPrintQuality=Text -o PageSize=w54h144 -o landscape -n 1 -d Dymo400Turbo /tmp/test.txt. When I use the command lp -n 2 -o DymoPrintQuality=Text -o PageSize=w54h144 -o landscape -d Dymo400Turbo…
3
votes
2 answers

PyUSB Stop Dymo scales from shutting down automatically

I am using a Dymo USB scale with PyUSB and everything is really great apart from the scale's automatic shutdown after three minutes. I would like to keep it running as long as my python program is running. Is there any way to do this using python? I…
zooombini
  • 143
  • 2
  • 12
3
votes
0 answers

How to print DYMO .label file with Java?

I've created a very simple label for this question called helloWorld.label. The real labels I intend to print are more complex but to keep things simple let's just assume that the label contains the following content:
narzero
  • 2,199
  • 5
  • 40
  • 73
1
2 3 4 5 6 7