![]() |
VOOZH | about |
dotnet add package CsuChhs.DymoApi --version 1.0.0
NuGet\Install-Package CsuChhs.DymoApi -Version 1.0.0
<PackageReference Include="CsuChhs.DymoApi" Version="1.0.0" />
<PackageVersion Include="CsuChhs.DymoApi" Version="1.0.0" />Directory.Packages.props
<PackageReference Include="CsuChhs.DymoApi" />Project file
paket add CsuChhs.DymoApi --version 1.0.0
#r "nuget: CsuChhs.DymoApi, 1.0.0"
#:package CsuChhs.DymoApi@1.0.0
#addin nuget:?package=CsuChhs.DymoApi&version=1.0.0Install as a Cake Addin
#tool nuget:?package=CsuChhs.DymoApi&version=1.0.0Install as a Cake Tool
This is an unofficial .Net package that faciliates the printing of Dymo printers using the printer's web services. This package is loosely based off of the official Dymo Connect Framework Javascript SDK, but is implemented in .Net using RestSharp.
By using this library, you can print to a Dymo printer via the web services with the latest .Net tooling including printing from a Blazor web assembly application.
I found the officiall Javascript SDK hard to use with little to no working documentation, and the existing .Net SDK is not compatable with .Net core.
This library can be used with any modern .Net application. It requires a Dymo printer along with the Connect Software installed.
Dymo offers a web service that is ran locally by the installed printer. That web service exposes a few endpoints that you can interact with on your local machine to get information about installed and active printers, as well as to push print jobs.
As mentioned earlier, most of this was gained by inspecting the Javascript SDK and then translating that into C#.
I've documented those methods and endpoints here as I don't think they are mentioned anywhere in the documentation and might prove useful for others.
I've really only implemented here what I needed in order to integrate this into a project. I am open to any and all contributions and fill in the remaining blanks within the API.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 640 | 3/16/2026 |