StarMicronics.CloudPRNT-Utility
2.0.1
dotnet add package StarMicronics.CloudPRNT-Utility --version 2.0.1
NuGet\Install-Package StarMicronics.CloudPRNT-Utility -Version 2.0.1
<PackageReference Include="StarMicronics.CloudPRNT-Utility" Version="2.0.1" />
<PackageVersion Include="StarMicronics.CloudPRNT-Utility" Version="2.0.1" />
<PackageReference Include="StarMicronics.CloudPRNT-Utility" />
paket add StarMicronics.CloudPRNT-Utility --version 2.0.1
#r "nuget: StarMicronics.CloudPRNT-Utility, 2.0.1"
#:package StarMicronics.CloudPRNT-Utility@2.0.1
#addin nuget:?package=StarMicronics.CloudPRNT-Utility&version=2.0.1
#tool nuget:?package=StarMicronics.CloudPRNT-Utility&version=2.0.1
Utility classes providing support for developers of Star CloudPRNT compatible servers. Including status decoding.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.3)
- SixLabors.ImageSharp (>= 2.1.11)
- StarMicronics.StarDocumentMarkup-Utility (>= 2.0.1)
- System.Text.Encoding.CodePages (>= 6.0.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 |
|---|---|---|
| 2.0.1 | 3,977 | 9/12/2025 |
| 2.0.0 | 2,564 | 6/3/2025 |
| 1.2.0 | 1,082,373 | 3/14/2025 |
| 1.1.2 | 3,662,018 | 4/28/2022 |
| 1.1.1 | 156,794 | 1/21/2021 |
| 1.1.1-beta01 | 478 | 12/11/2020 |
| 1.1.0 | 16,375 | 7/2/2020 |
| 1.1.0-beta | 8,535 | 3/5/2020 |
| 1.0.1 | 1,448 | 1/9/2020 |
| 1.0.0 | 6,488 | 11/6/2019 |
Ver 2.0.1
- Updated the version of the dependent package StarDocumentMarkupUtility.
Ver 2.0.0
- Added API : PrinterStatusDetail
- The following APIs have been moved to [StarMicronics.StarDocumentMarkup-Utility] package.
- ConversionOptions
- Document
- ICpDocument
- CutType, DeviceFont, DrawerOpenTime, HoldPrintControl, PaperPresentStatusControl
- ImageDoc, MarkupDoc, TextDoc
Ver 1.2.0
- Support Template Printing function.
- Update the SixLabors.ImageSharp library from V1.0.4 to V2.1.9.
- Support the following new markup tags.
- [buzzer], [drawer], [fixedWidth], [linespacing]
- [templateArray]
- Support new option `variable-left` for [column] markup tag.
Ver 1.1.2
- Update the SixLabors.ImageSharp library from V1.0.2 to V1.0.4 to support .NET 6.0 environment.
- Update the Newtonsoft.Json library from V12.0.3 to V13.0.1.
Ver 1.1.1
- Update the SixLabors.ImageSharp library from V100-beta007 to V1.0.2.
- Improve the long data URLs length limit in Markup.
- Resolve compatibility issue with ASP.Net projects hosted by IIS.
Ver 1.1.0
- Enable Cash Drawer support when generating Markup, Text and Image jobs to supported output formats.
- Enable Buzzer support when generating Markup, Text and Image jobs to supported output formats.
- Support embedded data urls for markup image printing.
- Support [negative] markup tag to printing colour inverted text.
- Support [invert] markup tag to support upside-down printing.
- Support PaperPresentStatusControlType, HoldPrintControlType to ConversionOptions for TSP650IISK model.
- Support PaperPresentStatusMonitor, PaperPresentStatusControl and HoldPrintControl to ClientActions for TSP650IISK model.
- Add missing support for application/star.vnd.linematrix output for Text jobs.
Ver 1.0.1:
- Support to the parameter of options in StarMicronics.CloudPrnt.CpMessage.ClinetActionRequest correctly for SetID type.
- Changed parameter name from keyPressed to keyPresses in KeyboardInfo class.