how to convert binary data of .eml extension to .pdf
i have a binary data of .eml extension and, and i want to download it as .pdf
suggest me..
Hello @Priya NaveenI have created a forge component EML to HTML Converter Please go through and convert your eml to HTML and then PDF format.Thanks
Regards Gourav Shrivastava
Hi @priya naveen
There is no ready made forge plugin currently available which directly converts EML files to PDF files.You can create your own extension and use it inside your application.
Converting eml to pdf is a bit tricky. What we did then was, converted the eml to HTML and then the HTML to PDF
Thanks
Md Mansur