Crates.io | label-converter |
lib.rs | label-converter |
version | 3.0.0 |
source | src |
created_at | 2021-02-09 16:52:05.83263 |
updated_at | 2023-07-05 14:27:36.397162 |
description | Turn HTML string into png for label printing |
homepage | https://miicat.eu |
repository | https://gitlab.com/miicat/label-converter |
max_upload_size | |
id | 352839 |
size | 79,642 |
Turn HTML string into png for label printing
See wiki for full usage
This will print generated png file in bytes in json list label-converter --header "<p>I'm a header</p>" --body "<h1>I'm body</h1><p>Nice to meet you! :3</p>" --footer "<p>I'm a footer</p>" --width 240 --height 240 --debug
Output:
[[73,69,78,68,174,66,96,130..]]
Simply run this label-converter -h
or label-converter --help
for long help.
If you want to support me, feel free to use paypal
This library is licensed under GPLv3