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
372 stars 67 forks source link

Table of Content Headline #57

Closed bernardosimonetto closed 2 years ago

bernardosimonetto commented 3 years ago

I really like this package!

Is there any possibility to change the TOC-Headline text?

HakanL commented 2 years ago

I'm not sure, there is an object for TOC settings, maybe it has to be added there. Please see if you can find the settings for the native library and add them to TableOfContentsSettings in a PR if you can.

bernardosimonetto commented 2 years ago

Thank you. Now I created a pull-request #63 for this feature.

HakanL commented 2 years ago

This has been pushed to master.