Aymkdn/html-to-pdfmake

How to arrange the pictures in one line, one after another?

a-grekhnev opened this issue · 5 comments

How to arrange the pictures in one line, one after another?
Aymkdn commented

Please, provide the HTML code you're using, and the expected result.

Note : I'm on vacation in a foreign country so I might not be able to help during the next few days

I know that's generally kinda painful to do in pdfmake. Support for flexbox would be pretty cool (and achieve this), but I understand how hard it would be to implement.

Aymkdn commented

It is too complex to implement flexbox. Sorry.

I'm not the person who created this issue, that's just what came to mind as far as aligning images. I do understand flexbox being far to complex to implement though. Also, thanks for maintaining this lib :)

I did it through a table. Thank you.