Problem
with windows fonts (true-type fonts) in acroread under linux (debian)
par Rémy Malgouyres
Hi,
It is annoying, but the default option in microsoft word PDF export is
not iso-complient. Don't ask me why.
So when my friends send me a microsoft-made PDF, it looks awfull with
acroread.
I hunted on google for a solution and only fond one on a German page,
so I decided
to write it out for you in English.
apt-get install ttf-mscorefonts-installer
echo "export PSRESOURCEPATH=/usr/share/fonts/truetype/msttcorefonts/"
>> ~/.bashrc
source ~/.bashrc
acroread fucking_ms_pdf_file.pdf&
And now it should look great !