1
1
I have a PDF file that looks different on other systems. The font on some systems is different. How is this possible? I thought .pdf always displays the same.
Somebody told me that if you are creating a .pdf with a special font and you open this on another system where this font is not installed, you will see something different.
Is that true and if so, how do I avoid this problem and ensure that what people see is as on my system?
Thank you, good to know. Just another question - if people embed the font in the pdf, is this font a pixel graphic (image)? Or still vector (like any other normal font in a pdf)? – Klaus – 2012-11-02T16:10:02.837
I think it is the regular font, not a pixel. Not sure though. You can test it by embedding a font which you know is not present on the other system. Then zoom in. A pixelated version will distort. – Hennes – 2012-11-02T16:16:05.790
You can tell it have a subset of the font embedded in the file or the whole thing. Font embedding -- full or partial - puts the outlines in the file, not a pixel image of the characters. – martineau – 2012-11-02T16:53:23.610