Fonts not enable / install in my CentOS VPS server
Posted: 2010-07-01T09:20:27-07:00
Hello ,
I have installed the imagemagick in my local system , it is working fine . I am not able to convert the PDF into Image with all fonts support. My local server is Centos 5 version.
But if i install the imagemagick in my VPS server , when i convert the PDF to Image, only Arial font is support, other font are displaying as a symbol. My VPS server is Centos 4.X version.
When i check the fonts, the below fonts are listing , but the same font was in my PDF document, but other than Arial fonts are not supporting
[/color]
When i chck the fonts list using the below command , nothing is display
[/color]
Please find the below images, one is my PDF file screenshot and another one is converted image screenshot
I have used the following command
Please help me in this, how can i solve this,.
Thanks,
Soman
I have installed the imagemagick in my local system , it is working fine . I am not able to convert the PDF into Image with all fonts support. My local server is Centos 5 version.
But if i install the imagemagick in my VPS server , when i convert the PDF to Image, only Arial font is support, other font are displaying as a symbol. My VPS server is Centos 4.X version.
When i check the fonts, the below fonts are listing , but the same font was in my PDF document, but other than Arial fonts are not supporting
Code: Select all
[root@vps test]# ls /usr/share/fonts/msttcorefonts/
andalemo.ttf ariali.ttf cour.ttf fonts.cache-1 georgiab.ttf tahoma.ttf timesi.ttf trebucit.ttf verdanaz.ttf
arial.ttf ariblk.ttf courbd.ttf fonts.dir georgiai.ttf times.ttf trebuc.ttf verdana.ttf webdings.ttf
arialbd.ttf comic.ttf courbi.ttf fonts.scale georgiaz.ttf timesbd.ttf trebucbd.ttf verdanab.ttf
arialbi.ttf comicbd.ttf couri.ttf georgia.ttf impact.ttf timesbi.ttf trebucbi.ttf verdanai.ttf
When i chck the fonts list using the below command , nothing is display
Code: Select all
convert -list type
Please find the below images, one is my PDF file screenshot and another one is converted image screenshot
I have used the following command
Code: Select all
convert test.pdf test.jpg
Please help me in this, how can i solve this,.
Thanks,
Soman