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

howto user barcode #9

Open
fadeldamen opened this issue Aug 24, 2016 · 1 comment
Open

howto user barcode #9

fadeldamen opened this issue Aug 24, 2016 · 1 comment

Comments

@fadeldamen
Copy link

I need sample for barcode do you helpme.

@ducky64
Copy link
Owner

ducky64 commented Aug 28, 2016

Currently, only code 128 is supported (but feel free to add more and submit a pull request, code128 is implemented in terms of pictures, so anything that can generate a picture can be plugged in).

If code128 is fine for your needs, the example template (in tests/testtemplate.svg) generates code128 barcodes from the data row 'desc' in tests/testdata.csv. The documentation in README.md should explain the syntax.

You can generate the test data set using this command:
python labelmaker.py tests/testtemplate.svg configs/1.75in_x_0.5in_4x6.ini tests/testdata.csv gen.svg
while in the repository root directory. This generates gen_0.svg.

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

No branches or pull requests

2 participants