HakanL / WkHtmlToPdf-DotNet

C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
GNU Lesser General Public License v3.0
366 stars 66 forks source link

Flex support #90

Closed troncomputers closed 1 year ago

troncomputers commented 1 year ago

Does this support display: flex? I think justify-content: space-between is not working, everything is messed up...

HakanL commented 1 year ago

This is a question/issue for the native library wkhtmltopdf, this project is just a .NET wrapper.