dymo-connect-framework icon indicating copy to clipboard operation
dymo-connect-framework copied to clipboard

DYMO Connect Framework for Javascript.

Results 69 dymo-connect-framework issues
Sort by recently updated
recently updated
newest added

Creating a separate issue thread for new issue that came from the fix of issue #30 using latest beta DLSSidecar_1.4.3-147-beta-WS.exe. HTTP 400 error: > Error printing label. Exception: 'Element' is...

Attempting to resolve printing issues caused by Chrome 98 on Macs, we tested Dymo Connect 1.4.3.98 Beta by using the instructions provided [here](https://github.com/dymosoftware/dymo-connect-framework/issues/51#issuecomment-1043405368). We then reviewed the Dymo website and...

We are using DYMO Connect V1.4.3.131 for windows and on some Windows 10 machines we are experiencing a SSL issue. When selecting the Diagnose menu item form the tool (hidden...

Hi, I'm setting an address object text using setObjectText('Adresse', text) Here's my address string ``` let address_formatted = `${(address.firstname.length ? address.firstname : '')} ${(address.lastname.length ? address.lastname : '')}\n` address_formatted +=...

# Converting plain js into a modern node syntax that uses promises for all API calls. I've done that so that everything is predictable and we can add timeouts to...

The readme.md prerequisites section contains a dead link which should be updated. The link to the connect software results in a 404 response. I couldn't locate the new version of...

I am posting this feature request here as there is nowhere else to post it. I want to propose a separate Github repository and issue tracker for the Webservice. Along...

I found a critical bug. The DCM software saves a *.dymo label with a Byte Order Mark (BOM). When passing the contents of the .dymo file to dymo.label.framework.openLabelXml() it fails...

If I simply run the JavaScript demos untouched I get CORS errors from Chrome. - Chrome on Windows Version 93.0.4577.82 . - DYMO Connect 1.4.2.82 - Latest version of Framework...

In Dymo connect i can no longer give a text field a name, so it afterwards can be replaced by the _label.setObjectText(name, value);_ function. I can design the label in...