Search found 2 matches

by mbelgrano
2011-04-29T07:31:48-07:00
Forum: Users
Topic: How generate a barcode code128 via command line?
Replies: 5
Views: 10245

How generate a barcode code128 via command line?

Im using via command line follow convert -font code-128 -pointsize 58 -fill black -size 400x100 xc:white -draw "text 20,80 'Ò,BÍ5VÓ'" barcmax.jpg Print incorrect image of barcode I am using Use code128 from http://sourceforge.net/projects/openbarcodes/ work right if print "Ò,BÍ5VÓ&quo...
by mbelgrano
2010-03-08T09:47:57-07:00
Forum: Users
Topic: using imagemagik for print a bmp in pcl
Replies: 0
Views: 3012

using imagemagik for print a bmp in pcl

I try use imagemagik using command line convert (via shell) convert "G:\myimage.bmp" -rotate 180 -resize 400x250 -density 300x300 "c:\aa.pcl" then in my source writte in harbour (http://www.harbour-project.org/) i write: ? ?? chr(K_ESC) ...... x_prnfile="c:\AA.pcl" TYPE...