Aymkdn/html-to-pdfmake

img breaks line

Closed this issue · 1 comments

<div>
test <img src="data:image/jpeg;base64,....."> inline image
</div>

will render as:

test
[IMAGE]
inline image

It's a limitation of PDFMake. You'll have to adapt your HTML code (see bpampuch/pdfmake#358).