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

Dymo label does not print when button clicked

Im trying to make a webform to put in text and print it out on the label. So far the webform and the printing have been working, but somehow I changed something and it is not printing anymore. The button stopped working and its been hours for me…
0
votes
0 answers

Can't select tape printer

I try to automation printing labels en tapes. I can already print my labels. But when I try to select the tape printer it just prints een empty label instead of een empty tape. Any suggestions? I got all the printers listed: DYMO LabelWriter 450…
Pieter
  • 1
  • 1
0
votes
1 answer

localhost not working but 127.0.0.1 does, DYMO label software issue

Not specifically code related but it is something networking and I think my hosts file might be the culprit. I am using the DYMO software to print from a webpage and this requires that a url: https://localhost:41951/DYMO/DLS/Printing/Check Works,…
Lewis Smith
  • 1,271
  • 1
  • 14
  • 39
0
votes
0 answers

Print to Dymo using SDK v8 from G-Sheet fails

I'm a novice programmer and I'm trying to print a single cell of data at a time from a Google sheet, but the Labelwriter 450 Twin Turbo doesn't initialize or print - nothing happens. Do I need to initialize the printer? Here's the javascript that…
mickeychcg
  • 43
  • 7
0
votes
1 answer

Dymo barcode label printing

We have an mvc app that prints labels that includes a barcode. This uses the XML file to form the barcode: \ \ BARCODE\ \ …
Dean.DePue
  • 1,013
  • 1
  • 21
  • 45
0
votes
0 answers

Trouble Connecting to DYMO LabelWriter Wireless Printer on Android

I have DYMO Wireless printer, and I have it set up to be on the static IP address of 10.0.3.7 and a subnet mask of 255.255.0.0 (this is automatic and I'm not sure I can change it). I can easily add this printer to my PC manually by adding the IP…
Jacob
  • 299
  • 1
  • 18
0
votes
0 answers

DYMO Javascript Website Printing using URL for Image Location

I am working on a project where name tags are printed from a DYMO Labelwriter. I am not having an issue with the printer printing labels. I have successfully printed the labels with correct information from the server. One thing I need help with is…
0
votes
0 answers

Dymo printer C# interface barcode not working

Looks like dymo print barcode has issue with .net framework 4.5. If i use .net framework 3.5 barcode works fine. Right now i have create a console app in .net framework 3.5 which is for printing dymo label Main app is in .net 4.5 which call dymo…
Prashant
  • 710
  • 3
  • 7
  • 29
0
votes
1 answer

DYMO 450 Label Printing with JS printing framework won't detect the printer after several page refresh

I have used DYMO Web Service Beta Installer Beta 2 to print labels from my web app to a dymo label printer. With the initial page load of the print module it works perfectly. But when I go to another webpage then go back to the print module or…
parapapao
  • 5
  • 4
0
votes
1 answer

Dymo barcode print error 'Value cannot be null. Parameter name: bitmapStream'

I am using the DYMO .net SDK for my VB.NET application. When I try to print a label with a barcode where the barcode value is too big to fit in the barcode, I get the following exception: Value cannot be null. Parameter name: bitmapStream How can…
lucky.expert
  • 743
  • 1
  • 15
  • 24
0
votes
0 answers

Printing in Java + Printing to Thermal Labels + Paper's Imageable width is too small

So I keep getting this error: THE ERROR: java.awt.print.PrinterException: Paper's imageable width is too small. I was able to piece together a printing class based off of a lot of questions on s.o. It was working. Until it didn't. I reverted to…
Marcus
  • 11
  • 4
0
votes
0 answers

Using PrintNode to Transfer data to Excel

I am trying to take data for a USB-HID scale (dymo S100) and print it in Excel. I came across a program called PrintNode: https://www.printnode.com/docs/reading-usb-scales-over-the-internet/ It seems like the solution however I don't have enough…
H.H.
  • 49
  • 10
0
votes
0 answers

Paper '12mm' is not supported by 'DYMO LabelWriter DUO Label

I'm working on a small project that requires printing directly to a DYMO printer using their SDK. I've made other projects before using the same method: Find DYMO Get .label file Set label variable object(s) Print label However, I receive the…
tbm0115
  • 410
  • 11
  • 21
0
votes
1 answer

Dymo - makes invalid Barcode, how to make exact value?

I am using following Barcode printer to print exactly the value 000220200, so that the scanner can get original value. But when i print it out, and again scan with scanner it always getting : 5000220200 10 in length instead of original 000220200 …
user285594
0
votes
1 answer

Print a label dymo doesn't work

I am using TDymoDrucker class in Delphi to print labels. I have created the standard label fields using Dymo Label v.8. In a Labelform, i am sending variables on click of button to TDymo Drucker class procedure TFormButton.Button1Click(Sender:…
delsql
  • 601
  • 2
  • 7
  • 15