I am currently using ghostscript 9.54 and I got a problem when converting pdf to image with the parameters as followings
- ""
- -dNOPAUSE
- -dBATCH
- -dSAFER
- -sDEVICE=jpeggray
- -r200
- -dJPEGQ=100
- -dAntiAliasGrayImage=false
- -dAntiAliasMonoImage=false
- -dAutoFilterColorImages=false
- -dAutoFilterGrayImages=false
- -dDownsampleColorImages=false
- -dDownsampleGrayImages=false
- -dDownsampleMonoImages=false
- -dColorConversionStrategy=/LeaveColorUnchanged
- -dConvertCMYKImagesToRGB=false
- -dConvertImagesToIndexed=false
- -dPreserveHalftoneInfo=true 18.-dPreserveOPIComments=true
- -dCompatibilityLevel=1.7
The problem is the euro symbol in a text becomes a B after conversion.
This problem can be fixed with 10.03 with the same parameters. However, with the version 10.03, I got another problem when converting a text in this case.
I would like to know if I can change some parameters or fontmap... to fix this problem. Thanks