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

Table of content styling #100

Open MKMatthew opened 1 year ago

MKMatthew commented 1 year ago

How can I style Table of content.? In wkhtmltopdf I can style it with xslt file, similar option didn't see in this package, is it available?

HakanL commented 1 year ago

I'm not sure if there is support for that at the moment. If you look at the config options in wkhtmltopdf, compare with what is exposed in this project and feel free to submit a PR to extend if necessary.

snow-arcade commented 5 months ago

Is it solved?