Star Micronics CloudPRNT SDK
Star CloudPRNT SDK supports the generation of print data (form data) on the backend service side on the cloud server.
CloudPRNT Protocol Developer's Guide
Since various REST API-based HTTP requests (MIME type of POST is JSON) are issued from the printer, it is possible to print to a remote printer by developing a server that follows the Star CloudPRNT protocol.-
- .NET API for developing CloudPRNT servers with .NET or .NET Core.
- CPUtil for CloudPRNT servers that are not .NET based.
- Star Document Markup Language a flexible way to define documents.
- PHP sample server CloudPRNT server sample based on PHP language
-
.NET API library and .NET Core based self-contained executable file (cputil) to help you generate print jobs in printer command format from various file formats during Star CloudPRNT server development.
Star Document Markup is provided for easier design of print data.
Data written in markup language can be converted into print data that can be received by printers by using the tool (cputil).
- API Reference
This API provides assistance with implementing a Star Micronics CloudPRNT compatible service using ASP.NET or ASP.NET Core.