https://github.com/jekyll2014/labelprint
Bulk label print using simple CSV template and CSV data source
https://github.com/jekyll2014/labelprint
labeling-tool print
Last synced: 28 days ago
JSON representation
Bulk label print using simple CSV template and CSV data source
- Host: GitHub
- URL: https://github.com/jekyll2014/labelprint
- Owner: jekyll2014
- Created: 2018-07-20T19:35:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T14:41:50.000Z (over 7 years ago)
- Last Synced: 2025-11-09T11:03:27.152Z (9 months ago)
- Topics: labeling-tool, print
- Language: C#
- Homepage:
- Size: 2.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LabelPrint
Prints lots of labels using simple template and list of the data to insert into template
Template and label data are loaded from .CSV file.
Generated pictures are sent to any printer driver or PNG picture.
Printing resolution is set fixed in the template file and must match printer resolution.
Upd: color management added
See readme.odt for more details.
Commandline switches added recently:
/?, /h, /help - print help
/T=file.csv - load template data from file
/L=file.csv - load label data from file
/C - [optional] 1st string of label file is column names (default = no)
/PRN=SystemPrinterName - output to printer (replace spaces with \'_\')
or
/PIC=pictureName - output to pictures
/P=A - print all labels
=xxx - print label #xxx
=xxx-yyy - print labels from #xxx to #yyy
Planned features:
+0) allow both "." and "," float point.
+1) calculate formulas in the numeric input fields
2) show seq.number of the element in the interface (elements list?)
3) allow macros to include other field value (%xxx)
+4) allow basic group operations (move left/right/top/down)
+5) allow multiselect and edit fields?
+6) show coordinates on the mouse cursor on the label picture
?7) ??? drag'n'drop objects