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

I need to Read data from USB scale, DYMO s100 scale. which Java package is going to work the best?

I have tried using LibUsb to connect I just really need to be able to parse the data from this scale, in the end it is going to be going into Filemaker pro. the issue I have with this current code: package Model; import…
0
votes
1 answer

dyno printer listen for every row event

Hey guys i have a little issue with my script , im not managing to make the printing script to work for every row. I know that i need to assign id for every row in the table but The printing its working only for the first row in table not an expert…
0
votes
1 answer

Printing DYMO barcode on 64Bit Office fails using VBA. But works on 32Bit Office

I have a Windows 10 PC running Office 64Bit. When I try to print a DYMO Barcode label, it fails. But works fine on 32Bit Office. I'm programming in MSAccess using VBA. I reach out to DYMO and they said: "We have different version of SDK, DLS SDK is…
John
  • 17
  • 6
0
votes
2 answers

Using Dymo.Connect.SDK (NuGet) to print with an Dymo LabelWriter 450

I want to print a label through a Dymo LabelWriter 450 using the Dymo.Connect.SDK NuGet package. Here my code: Imports DymoSDK.Implementations Imports DymoSDK.Interfaces Private Sub Button1_Click(sender As Object, e As EventArgs) Handles…
Senso15
  • 1
  • 2
0
votes
1 answer

NodeJS Load XML into Encoded String

I wrote a server in NodeJS that uses DymoJS to print labels to a Dymo printer. When printing, the XML for the label layout must be specified. The documentation outlines the following to declare the label XML: var labelXml = `
David
  • 250
  • 4
  • 15
0
votes
1 answer

Winforms app resolution change when printing Dymo Label on high DPI monitor

I have an issue with an older vb.net winforms app using Dymo Connect SDK. I currently am using Dymo connect SDKversion 1.2.9777.106 although I tried the newest version as well with the same issue. When a computer with a high DPI monitor prints a…
lucky.expert
  • 743
  • 1
  • 15
  • 24
0
votes
1 answer

Barcodes not printing with Dymo SDK & c# .net

I have a simple label with 2 barcodes on it. I'm able to open the label, and print the label, however the barcodes are not printing. The text labels are. _label = Framework.Open("c:\\temp\\inventory.label"); _label.SetObjectText("part_num",…
Drew Jackson
  • 9
  • 1
  • 13
0
votes
2 answers

what goes wrong with Dymo SDK at runtime

I have a problem with the SDK of Dymo. To go back to basic, I made an ultimate simple program and label. Still I run into the same problem. I also tried on different PC’s, different Labels (so even a label with 1 line of text), etc. If you…
Ukkie
  • 15
  • 7
0
votes
1 answer

Printing to Dymo LabelWriter 450 from Access VBA

We've recently upgraded some PCs and have subsequently come across some issues with the VBA code in an Access frontend we use to perform operations on a MySQL database. The specific piece of code pulls a serial number from the database and then…
Matimus
  • 1
  • 1
0
votes
1 answer

Print Custom Label with new Dymo Connect SDK with VB.NET Windows Forms

The following code will print a Label with default text & QR Code image from saved image path on computer, but I need to add replace the text & QR image with a custom text & QR Image. I cannot find any examples online of the new SDK, there is a…
0
votes
1 answer

Dymo LabelWriter Wireless on CUPS Print Server - Can't get it to work

I am trying to add a Dymo LabelWriter Wireless to my CUPS server. I have been using this ppd https://gist.github.com/vstath/0f5eab715cec427b86dcf9c47f397f04. Also I am using socket://ip-address as an address for my printer inside CUPS, but nothing…
frankhommers
  • 1,169
  • 12
  • 26
0
votes
1 answer

Cannot install dymo web services

I have been trying to install the dymo web services for the last 2 hours on my Windows 10. I have tried everything. I tried regular installation. I tried custom installation selection dymo web service. I cannot locate the DYMO.DLS.Printing.Host.exe…
jedu
  • 1,211
  • 2
  • 25
  • 57
0
votes
1 answer

VBA - Dynamic multi column list with checkboxes for printing labels (through a DYMO printer)

Context : I work for a cars manufacturer firm, and I need to create an excel table permitting to generate a list which will be printed by a label printer of the brand DYMO. These labels will have several data in a QR code. The DYMO software can read…
zepeu
  • 81
  • 2
  • 16
0
votes
1 answer

pass variable to function: var image = dymo.label.framework.loadImageAsPngBase64(variable);

How can I pass a filename variable into the following line? var image = dymo.label.framework.loadImageAsPngBase64("http://www.example.com/label.png"); The following obviously doesn't work, tried single quotes and several different variations but…
dean2020
  • 645
  • 2
  • 8
  • 25
0
votes
0 answers

XMLHttpRequest Error when printing to dymo printer

I am receiving the following error when trying to print to my Dymo Printer from JavaScript: DYMO.Label.Framework.latest.js:60 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end…
Insite
  • 1