Hi,
When i convert an eps file into a jpeg or bmp, the resulting image contains the image on a whole page. Basically, I want just the graphic (in the bounding box) in the eps file to be converted into an image, not the whole paper. Also, does anyone know the command in Ghostscript to convert a ps file into a bitmap or jpeg, etc. I have tried to convert an ps file in tiff, with no success. This is the command I used:
gs -q -dNOPROMPT -dBATCH -sDEVICE=tiffpack -r600
-sOutputFile=page%d.tif (C:/design/calendarTest.ps)