减少DOMPDF生成的文件大小

iam using dompdf to generate pdf file from html , the problem is the generated filesize is big ,i.e. 1MB for 1 page of pdf ! is there any way to reduce it ?

fonts and images are the primary size issue, use the internal fonts, so you don't have to embed them, and make sure any images are optimised.

PDFs include support by default for Helvetica, Times-Roman, Courier and Zapf-Dingbats. You do not need to install any font files if you wish to use these fonts. This has the advantage of reducing the size of the resulting PDF, because additional fonts must be embedded in the PDF. http://code.google.com/p/dompdf/wiki/Installation