kevinritt Posted May 11, 2009 Share Posted May 11, 2009 Hi, On my site(a local cable station), this is one of the program schedule pages http://saugustv.org/index.php?page=channel10. The .pdf file is saved as an image and then loaded - every week. Is the a way to upload a .pdf file and have it display on the page? So each week when the new .pdf file is uploaded to a database, it will display in place of the previous weel's schedule. Is this doable or would it be better to create a database with days of the week and times to add programs? Link to comment https://forums.phpfreaks.com/topic/157663-can-pdf-file-be-displayed-on-the-fly/ Share on other sites More sharing options...
nblasgen Posted May 11, 2009 Share Posted May 11, 2009 As long as you're willing to require an in-browser PDF reader for your users, then you can use an <iframe> to display the PDF inline. http://www.google.com/search?q=pdf+inline Link to comment https://forums.phpfreaks.com/topic/157663-can-pdf-file-be-displayed-on-the-fly/#findComment-831401 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.