hi guys, any ideas on how to load a pdf file upon page load?
is it possible if i used html tables, can i load a pdf on it?
any ideas is greatly appreciated. :)
Thanks in advance.
Printable View
hi guys, any ideas on how to load a pdf file upon page load?
is it possible if i used html tables, can i load a pdf on it?
any ideas is greatly appreciated. :)
Thanks in advance.
If you want to render the PDF in HTML, your best bet would be pdf.js from Mozilla, but I'm not sure what stage of development it's up to. Otherwise, you would just have a PDF reader plugin for the browser.