Hello!
I have problem with PDF to jpeg conversion.
The fonts in JPG is bigger, than in real PDF file:
JPG:
PDF:
http://exg-studio.com/pdf_example.pdf
What can I do?
PDF to JPEG, fonts is begger
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: PDF to JPEG, fonts is begger
The JPEG is just a raster rendering of the source vector image (PDF). It does no have 'fonts' in the image, only image!
The problem here is the conversion from PDF to a raster (array of pixels) image. Specifically ghostscript, the fonts it uses, its density (resolution), and how the PDF scales its internal raster image (the background).
That is quite a complex relationship, and PDF's are often not designed well to cope with this.
The problem here is the conversion from PDF to a raster (array of pixels) image. Specifically ghostscript, the fonts it uses, its density (resolution), and how the PDF scales its internal raster image (the background).
That is quite a complex relationship, and PDF's are often not designed well to cope with this.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/