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

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

Closed a-grekhnev closed 12 months ago

Aymkdn commented 12 months ago

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

GameDungeon commented 12 months ago

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 12 months ago

It is too complex to implement flexbox. Sorry.

GameDungeon commented 12 months ago

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 :)

a-grekhnev commented 12 months ago

I did it through a table. Thank you.