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>
You can’t do that. Quite simple way – you can convert pdf to images (one per page) and place all in email’s html body. Its not as useful as plain text and usually much bigger than pdf itself. You can also convert to html using ocr software.