First i say thanks to all your team to reply my query for previous topic.
Now when integrate PD4ml Pdf Generation Concept on my live server then an Error Is occurred: "Unhandled MIME type: “application/octet-stream" . I have use Linux server.
and write following code in to pd4ml.php
<? if ($_SERVER["HTTPS"] != "on") { // MS IE needs to cache PDF obtained by HTTPS. header('Pragma: no-cache'); header('Expires: -10000'); }