Thank you very much. Now it's 99%.
I still encounter problems running the command:
convert -density 600 -size 1500x333 xc:white -font c:\windows\fonts\code128c.ttf -fill black -draw "text 20,333 'úJ2!\'D$dü#&YüRü+7b-;"P/`û'" c:\carlos\test.jpg
When I run from the command line (DOS) it works ...
Search found 2 matches
- 2018-01-24T05:55:02-07:00
- Forum: Users
- Topic: How generate a barcode code128 via command line?
- Replies: 5
- Views: 11517
- 2018-01-23T08:55:02-07:00
- Forum: Users
- Topic: How generate a barcode code128 via command line?
- Replies: 5
- Views: 11517
Re: How generate a barcode code128 via command line?
In code 128 there is the code '(apostrophe). I'm using the command:
convert -density 600 -size 2000x333 xc:white -font c:\windows\fonts\code128c.ttf -fill black -draw "text 20,333 'úC1,'D$dü!DYüHüNe;3UF'cjû' " C:\Carlos\dacte\test.jpg
The bar code is cutting because of the '
Any suggestion?
convert -density 600 -size 2000x333 xc:white -font c:\windows\fonts\code128c.ttf -fill black -draw "text 20,333 'úC1,'D$dü!DYüHüNe;3UF'cjû' " C:\Carlos\dacte\test.jpg
The bar code is cutting because of the '
Any suggestion?