CsuChhs.DymoApi 1.0.0

dotnet add package CsuChhs.DymoApi --version 1.0.0
                    
NuGet\Install-Package CsuChhs.DymoApi -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CsuChhs.DymoApi" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CsuChhs.DymoApi" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="CsuChhs.DymoApi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CsuChhs.DymoApi --version 1.0.0
                    
#r "nuget: CsuChhs.DymoApi, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CsuChhs.DymoApi@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CsuChhs.DymoApi&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=CsuChhs.DymoApi&version=1.0.0
                    
Install as a Cake Tool

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

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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