printing - How can I programmatically format printer documents with Python or other language? -


i trying replicate old label-making software allows choosing label size among other things. sizes of labels known standard measurements (2.5 inches 1 inch, example). see how detect os , send basic print jobs. print jobs seem strings sent printer. if trying to, example, move 2 inches right before printing next portion of job, increase whitespace in string (does amount of whitespace correspond physical measurement when printed)? there way define portions of page or other way jump around between xy coordinates on known page size?

i have written software in python print html pages. advantage of html language print like, formatting easy, debugging can done using webbrowser.

next can use software princexml allows convert html pages printable page. via stylesheet can define size of page.

feel free concept mee if need more help.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -