hajareshyam / pdf-creator-node

This package is used to generate HTML to PDF in Nodejs
MIT License
238 stars 79 forks source link

Css flexbox doesn't work #90

Closed MassiiNechiche closed 1 year ago

MassiiNechiche commented 2 years ago

Hello

I tried using some css flexbox properties like justify content and the result is not what expected ! so i had to flow stuff left & right. cheers

Migue98 commented 1 year ago

Same issue :( Some trick??

sbn111 commented 1 year ago

Usualy Flex box not supported in pdf generator Use float or table method to overcome

Migue98 commented 1 year ago

Thanks. I already used tables.