Hello, only a few of the features can be resolved :
Document modification date missing
> This can be easily solved in the library if needed, but it will be equal to the creation date
Document title empty/missing
> This is fixed in the trunk (it will contain the text of the <title> tag of the HTML doc
Font not embedded (1 match on 1 page)
> DOMPDF will embed fonts if they are not part of the built-in 14 fonts and if DOMPDF_ENABLE_UNICODE is set to true
Object uses RGB (1 match on 1 page)
> You need to set colors with the CMYK syntax (
http://code.google.com/p/dompdf/source/detail?spec=svn340&r=300), only available since the revision 300 from the trunk.