convert bmp into smaller ps
Posted: Thu Sep 23, 2004 3:42 pm
				
				Hello
I try to conovert my barcode.bmp into a .ps-file in a batchfile.
the command: works  :D 
now I need the ps CR/LF instead of CR and I need the width and height ca. 50% smaller. I tried:
I use NConvert 4.22. Do you know something?
			I try to conovert my barcode.bmp into a .ps-file in a batchfile.
the command:
Code: Select all
 nconvert -out ps barcode.bmp now I need the ps CR/LF instead of CR and I need the width and height ca. 50% smaller. I tried:
- -ratio
 -rtype linear
 -size 20000
 -resize100 200
I use NConvert 4.22. Do you know something?
 
 