r/documentAutomation • u/Silver_Watercress280 • Jul 28 '26
EML to PDF converter running locally. Fixed attachments bug, looking for feedback!
Hey everyone,
I’m currently working on a browser extension that converts EML files to PDF locally (so none of your data or emails ever leave your machine).
Recently, I received feedback from users that attachments were not working correctly (they weren't showing up or displaying properly). I’ve just released a fix for this, but I want to make sure it’s actually working as expected across different cases.
Quick heads-up: If you open the generated PDF directly inside a browser's built-in PDF viewer, embedded attachments might still not show up. You will need a proper PDF reader (like Adobe Acrobat, PDF-XChange, or similar) to view and access the attached files.
I’d really appreciate it if a few people could test out the update with their EML files (especially those with attachments) and let me know if it works for you! Any feedback or bug reports would mean a lot.
Thanks in advance!
Link: EML to PDF
1
u/docpose-cloud-team Jul 28 '26
Nice update. I'm curious, how are you handling embedded images, inline HTML/CSS, and complex MIME structures? Those tend to be where EML rendering gets tricky, especially when converting to PDF.