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

Display flex is not working #116

Closed i-Abishek closed 10 months ago

i-Abishek commented 10 months ago

I am able to use the legecy version of flexBox (2009) where wrap is not supported. is their is any other way to implement this?

HakanL commented 10 months ago

This project is just a wrapper around the native wkhtmltopdf library that does the actual rendering, so you need to open the issue with that project instead.