Next.js Discord

Discord Forum

Printing Dymo Labels

Unanswered
roga posted this in #help-forum
Open in Discord
I'm wondering if anyone has any input, knowledge on packages, or general advice for printing Dymo labels from a Next js or Vue 3 web application. Ideally I'd like to create an html component that just prints to the Dymo labeler. If you have any experience or advice on this matter I would be greatly appreciative. 🙏

1 Reply

Toyger
Dymo have examples for javascript https://github.com/dymosoftware/DCD-SDK-Sample/tree/master/JavaScript
you can integrate it with nextjs,
but looks like it will only work on localhost, so it's maybe just not worth it.