Jens Harkon
2004-02-27 20:19:33 UTC
Hello,
I will use ghostscript to convert my postscript files (with many colour
pictures) to pdf files. I have test some options but I have a problem.
I use this:
1.) All in one line
gswin32c -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite
-sOutputFile=Pic_A.pdf -f PicColor1.ps
2.) All in one line
gswin32c -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite
-sOutputFile=Pic_B.pdf -c " << /ColorImageDict << /QFactor 0.1 /Blend 1
/ColorTransform 1 /HSamples [1 1 1 1] /VSamples [1 1 1 1] >> >>
setdistillerparams " -f PicColor1.ps
3.) All in one line
gswin32c -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite
-sOutputFile=Pic_C.pdf -c " << /ColorImageDict << /QFactor 1.3 /Blend 1
/ColorTransform 1 /HSamples [2 1 1 2] /VSamples [2 1 1 2] >> >>
setdistillerparams " -f PicColor1.ps
All pictures have the same size. In my opinion the picture Pic_B.pdf
should have the smallest size and Pic_C.pdf should have the biggest size.
What is wrong? Can anybody help me? How should I use the qfactor
parameter to compress the pictures in the postscript file?
By Jens
I will use ghostscript to convert my postscript files (with many colour
pictures) to pdf files. I have test some options but I have a problem.
I use this:
1.) All in one line
gswin32c -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite
-sOutputFile=Pic_A.pdf -f PicColor1.ps
2.) All in one line
gswin32c -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite
-sOutputFile=Pic_B.pdf -c " << /ColorImageDict << /QFactor 0.1 /Blend 1
/ColorTransform 1 /HSamples [1 1 1 1] /VSamples [1 1 1 1] >> >>
setdistillerparams " -f PicColor1.ps
3.) All in one line
gswin32c -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite
-sOutputFile=Pic_C.pdf -c " << /ColorImageDict << /QFactor 1.3 /Blend 1
/ColorTransform 1 /HSamples [2 1 1 2] /VSamples [2 1 1 2] >> >>
setdistillerparams " -f PicColor1.ps
All pictures have the same size. In my opinion the picture Pic_B.pdf
should have the smallest size and Pic_C.pdf should have the biggest size.
What is wrong? Can anybody help me? How should I use the qfactor
parameter to compress the pictures in the postscript file?
By Jens