sm Posted April 23, 2008 Share Posted April 23, 2008 how to display php output in to pdf format without using files. Link to comment https://forums.phpfreaks.com/topic/102493-php-pdf-format/ Share on other sites More sharing options...
rajivgonsalves Posted April 23, 2008 Share Posted April 23, 2008 you just set your content-type as application/pdf header("Content-type:application/pdf\n\n"); Link to comment https://forums.phpfreaks.com/topic/102493-php-pdf-format/#findComment-524792 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.