We want to render out some of the html in our newsletter to an image, because Outlook doesn't support anything useful.
At the moment we are using html2canvas, but it requires that the images are rendered in the browser, and we'd like to handle it in a controller.
We've tried HtmlRenderer, ABCpdf and Websites Snapshot - but all them fail to render any element that is positioned absolute (the attribute is ignored).
So, we are looking for a better library that supports positioning and some basic css (free or paid).
Html to image
Hello,
We want to render out some of the html in our newsletter to an image, because Outlook doesn't support anything useful.
At the moment we are using html2canvas, but it requires that the images are rendered in the browser, and we'd like to handle it in a controller.
We've tried HtmlRenderer, ABCpdf and Websites Snapshot - but all them fail to render any element that is positioned absolute (the attribute is ignored).
So, we are looking for a better library that supports positioning and some basic css (free or paid).
Thanks in advance :)
is working on a reply...