9Fermer11
toktokLe 25/05/2010 à 16:16
It looks like I have to experiment a little with the the DPI-settings, but it works! Thanks a lot!

-
Experimenting a little, this even let's me use the external css-file (which is great because it's also used for the ckeditor):

$htmlbody ='<style type="text.css">
    <!--
    '
    . str_replace("\"","", str_replace("url(\"", "url(\"".dirname(__FILE__). "/", file_get_contents("contentOA.css")))  . '
    -->
    </style><page>'.$htmlbody.'</page>';


Thanks a lot!!!