Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option to convert an input string of Star Document Markup to a print job data #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

shibatanien
Copy link

Instead of creating a print job data using decode option with an input of .stm file, I thought it would be convenient to be able to create a print job data with an input of string resembling Star Document Markup (similar functionality .NET API offers).
I am integrating CloudPRNT technology into my server based on Python, so in order to create a print job for a response of GET request from a printer, invoking cputil as an external process is only the way to create a print job data.
cputil's decode option can achieve this, but it would not be convenient to generate .stm file and convert it to print job data every time since the content of the paper is dynamic at least in my case.

Koki Shibata added 3 commits March 20, 2023 11:35
…print job. The purpose is to conveniently create a print job data with an input of string resembling Star Document Markup, instead of creating .stm file to get the decoded output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant