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

Dymo SDK print in js scrambled

I have a web page to print an address label that used to work fine on old DYMO SDK that now prints lines from the textbox in a different order using DYMO Connect SDK. For example below in an aspx textbox Line 1 Line 2 Line 3 Line 4 prints as…
davidBD
  • 13
  • 3
1
vote
1 answer

DYMO print label text getting cut off

I am trying to print Address label on dymo labelwriter 450 turbo But the text is getting cutoff I am using the below xml to format the text function getAddressLabelXml() { var labelXml = '\
Anuswadh
  • 542
  • 1
  • 11
  • 19
1
vote
1 answer

Printing to DYMO Printer from Excel VBA

I found some code online that says that you can print a label onto the Dymo printer. I have the reference DYMO Label Software v.8 reference enabled. The Code is as follows: Dim myDymo As DYMO_DLS_SDK.DymoHighLevelSDK Dim dyAddin As…
Carlos
  • 69
  • 1
  • 12
1
vote
0 answers

print png image to Dymo Labelwriter 450 using Dymo.Label.Framework

I'm trying to print a png image to my LabelWriter 450. I tried to combine the QR example found here (which does work): QR example and the answer by Adam to another question here: png example When I run this and click on print I get no errors but…
dean2020
  • 645
  • 2
  • 8
  • 25
1
vote
0 answers

Powershell Make a Dymo LabelWriter 450 Label

I made a label and then opened it in notepad and got the following.
1
vote
1 answer

Laravel `Auth` not compatible with 3rd party library ajax call?

I have a Laravel Controller that returns an image when the user is logged in: public function show($file) { $path = storage_path('app/files/' . basename($file)); if(!\Auth::check() || !\File::exists($path) return back(); return…
Adam
  • 25,960
  • 22
  • 158
  • 247
1
vote
0 answers

How to print custom labels to Dymo Labelwriter using ios app compiled with angular/ionic?

I'm comfortable using the Dymo javascript sdk to print custom labels from the browser on Mac or Window computers. Now I'm trying to figure out how to print custom labels from an IOS app compiled using angular/ionic. An npm plug in would be ideal,…
Mark Myers
  • 11
  • 3
1
vote
0 answers

DYMO SDK Print image

This question is about DYMO SDK. Is there any possibility to print image (from PDF) to the label along with some text? Does anyone have good example?
Vladimir
  • 307
  • 4
  • 13
1
vote
1 answer

DYMO LabelWriter get print callback

Is there way to get callback from the DYMO that a label is successfully printed? I am using DYMO JS library and it provides "true" even when the printing fails. I need to lock or delete my print jobs once I get success callback from the DYMO…
Abhishek
  • 3,900
  • 21
  • 42
1
vote
0 answers

How to print on whole width of a dymo label?

I'm trying to print a label on a Dymo Labelwriter 450 with a Java Application. But I have a problem with the area on which it really print... Here is what I get : As you can see there is nothing printed on the right of the label... (It should be…
Phoste
  • 1,141
  • 4
  • 18
  • 34
1
vote
0 answers

App for printing Dymo labels disables scalling when print

I've made a little app for printing Dymo labels and it works as intended, but when I run it on my Surface tablet it disables scalling af I've pushed the print button. If reopened the scalling is correct till print button is pushed again. Can anybody…
LeeMania
  • 35
  • 8
1
vote
1 answer

NS-2.34 DYMO patch

i'm trying to add DYMO routing protocol to NS-2.34 but it didn't work, i'm following this tuto : https://khaledben.wordpress.com/2011/04/16/patching-dymo-um-in-ns-2/ in other hand i can not find dymo-3.patch for ns-2.34…
Salim Lachdhaf
  • 1,073
  • 1
  • 9
  • 21
1
vote
1 answer

Dymo JavaScript printing of barcode location

I have an app that prints barcodes on a Dymo printer. No problem. I followed directions and created an XML file for printing parameters. What I can figure out is how to place the barcode label under the text. I have looked everywhere and cannot…
Dean.DePue
  • 1,013
  • 1
  • 21
  • 45
1
vote
2 answers

Keep getting "No DYMO printers are installed. Install DYMO printers."

I've been trying to print label files through my web application and integrated "PreviewAndPrintLabel.js" in source code. Though my system does not physically(as hardware) has DYMO printer but I've downloaded DYMO SDK, installed it and added DYMO…
Shilpa Soni
  • 2,034
  • 4
  • 27
  • 38
1
vote
2 answers

Print a PDF in C# with non standard size on a label printer

I create a PDF in a C# web application containing a label that has to be printed on a Dymo LabelWriter 450. To create and print the label I am using Spire.PDF. If I save the PDF in a folder and then print it using Acrobat Reader, it is printed…
Alessandro
  • 61
  • 1
  • 8