Basically i have a PDF and either want to frame it or convert it to HTML and display it within an email. I haven't found a working solution.
The following is an example that i am looking for, this works in a browser, but not email. Thanks
<object data="MyPDF.pdf" type="application/pdf" width="100%" height="100%"></object>