Currently we have a NodeJS process with a “Create Preview PDF” to preview standard letter documents. It works well, as I can call this from a simple web page and view the content of the letter.
Is there some advice that can be shared about creating a preview for Emails? As emails do not conform to standard letter formats, I expect the returned format should instead be HTML, but all embedded and encoded images will most likely be lost.
Thanks