From: Zoltan B. <zb...@du...> - 2006-01-17 21:38:54
|
Hi, please don't apply this yet, RPDF needs more massaging before font embedding can be made to work, until then it's just unneeded ballast. Here are some things that will be needed: - Use ZLIB to compress object streams (embedded fonts can be large, page /Contents streams can also be compressed, etc.) - Common /Resources object. E.g. images used more than once can be included only once. and maybe others. I am reading FPDF back and forth, until I fully understand how it works. (As FPDF is public domain, no one can complain that I use ideas from there. I cannot take the implementation as-is since it's written in PHP...) The previous patch about dynamic object numbering stands on its own. Best regards, Zolt=C3=A1n B=C3=B6sz=C3=B6rm=C3=A9nyi |