mPDF - Execute PHP code and save it as pdf -
i found many questions topic, there no real answers. know how execute php script , save result in pdf using mpdf or other library?
there no problem when have static html, can't when need server side processing , save result pdf. basically, need display .svg images in specific order.
i used wkhtmltopdf such things. application not library.
http://code.google.com/p/wkhtmltopdf/
but dont see makes difference between php , standard html . can allways file_get_contents('http://server.com/script.php'); can save data html , please it.
Comments
Post a Comment