Atentamente , rAdGe
Código:
<? include("../autentificar.php"); include("../config.php"); header("Content-Type: application/pdf"); passthru("htmldoc --format pdf --left 2.5cm --right 1.5cm --top 1.5cm --bottom 1.5cm " . "--headfootsize 9 --header 't l' --footer '/' " . "--size 'a4' --fontsize 10 --charset 8859-15 " . "--webpage 'http://www.mi_url.com/graf_km_aux.php?". session_name() . "=" . session_id() ."'"); ?>