Font Convert

1. Mac font PS 1 -> otf.
A tool called CrossFont can do this. Unfortunately, it is on Windows and not free.

http://www.acutesystems.com/scrcf.htm

You can use it for 15 days.

2. otf -> ttf
An opensource tool called fontforge can do it. (Linux)
There is a script to use fontforce to convert otf to ttf in command line.

http://www.se.eecs.uni-kassel.de/~thm/OpenOffice.org/bugs.html

3. ttf -> fpdf’s z file
fpdf is php tool to generate pdf file. it can support 3rd party font if you convert it to its format.
there is an online tool to do it.

http://fpdf.fruit-lab.de/

Comments(0)