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?