We're running PHP homegrown app on linux server with MySQL.
MYSQL ---> PDF
Very complex output - with English and Chinese (Simplified).
We've many 'corporate' customers without CHI on their systems, and are unable to add fonts to their machines (for security reasons).
We've embedded the fonts - but that makes the files HUGE (4-8M per PDF).
I'd LOVE To actually print to an IMAGE file, and then PDF it (So that I don't have to embed fonts)
Any suggestions?