Is it possible to include / embed a TCPDF document on a html webpage?

Viewed 21

I am having a problem. I am wanting to use html2canvas to print a PDF (generated by TCPDF) which has been embedded on a page. Sorry for the very bad drawing, but the PDF needs to be embedded in the page like this.
enter image description here

Usually for putting a PDF on a page with TCPDF I just an iframe to include the url. But since html2canvas doesn't support printing iframes, that won't work. Using a $().load(); to try and load it into a div does not work, just creates a bunch of gibberish letters. I'm just wondering if anyone has any experience with this or knows how it might be possible.

Ultimately I'm trying to print the pdf without actually creating a PDF file

0 Answers
Related