When I am trying to create the PDF from PostScript file using Acrobat X this is the error/warning that I receive
Sample PostScript:
%!PS-Adobe-3.0
%%BoundingBox: 50 450 550 600
%%Pages: (atend)
%%EndComments
%%Page: 1 1
/ArialUnicodeMS
findfont 60 scalefont setfont
50 500 moveto (Test) show
showpage
%%Trailer
%%EOF
Error:
ArialUnicodeMS not found, using Courier.
/ArialUnicodeMS findfont throws this warning. I have the ARIALUNI.ttf in C:\Windows\Fonts folder.
After some research I found that i need to do subsetting of fonts (CMap and CIDFont).
Any suggestions on how to subset the font information in to the PostScript file ?
Are these files(CMap resource file and CIDFont resource file for Arial Unicode MS) freely avaliable ?
Thanks,
Kittu