CsuChhs.DymoApi
1.0.0
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" />
<PackageReference Include="CsuChhs.DymoApi" />
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.0
#tool nuget:?package=CsuChhs.DymoApi&version=1.0.0
CsuChhs.DymoApi
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.
How it Works
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.
Connection Status
Get Printer List
Print Label
Installation
Usage
Contribute
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 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- CsuChhs.Extensions (>= 1.5.6)
- CsuChhs.WebComponents (>= 1.0.8)
- CsuChhs.WebComponents.RestTools (>= 1.0.4)
- RestSharp (>= 113.1.0)
- RestSharp.Serializers.NewtonsoftJson (>= 113.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 343 | 3/16/2026 |