Aymkdn / html-to-pdfmake

This module permits to convert HTML to the PDFMake format
https://aymkdn.github.io/html-to-pdfmake/index.html
MIT License
545 stars 88 forks source link

img breaks line #200

Closed pilosof closed 9 months ago

pilosof commented 9 months ago
<div>
test <img src="data:image/jpeg;base64,....."> inline image
</div>

will render as:

test [IMAGE] inline image

Aymkdn commented 9 months ago

It's a limitation of PDFMake. You'll have to adapt your HTML code (see https://github.com/bpampuch/pdfmake/issues/358).