Jump to content

Include PDF


phpretard

Recommended Posts

I have been trying all day to display a PDF file inline with the rest of the page.

 

I could use frames I guess but not all browsers support frames.

 


<?

if (!session_is_registered(sesion_var)){

die ("PLEASE LOG IN");

}

else {

include ("pages/ins_pgs/pdfs/diagrams/$CNumber.pdf");

}
?>

Link to comment
https://forums.phpfreaks.com/topic/97289-include-pdf/#findComment-497863
Share on other sites

you can't display it inline in a html doc unless you use some sort of viewing application to render the doc.  Browsers have no inhertit inline pdf rendering it is done via the adobe distributed extensions for browsers that allows PDFs to be viewed in browser, similar to how gifs, jpgs, pngs, html are viewable in browser. including it wouldn't get what u want.

Link to comment
https://forums.phpfreaks.com/topic/97289-include-pdf/#findComment-497864
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.