Open vhogendoorn opened 10 years ago
Hi, ATM try my fork: https://github.com/soneta/TuesPechkin, but I hope that it'll be merged to: https://github.com/tuespetre/TuesPechkin (look at issue: tuespetre/TuesPechkin#38)
Hi, What i noticed is while generating Table of Contents it generates for the first time but not if you clicked the button again . For this you need to rebuild the code and run again. Please let me know if someone can help me ..
I'm currently working with the pechkin wkhtmltopdf plugin, and I'm stuck with one issue. I want to create a table of content and get this table of contents inside my pdf.
I've already a bookmark with some kind of TOC, but I really want a page with TOC within the pdf. With wkhtmltopdf this is easy to do:
But I don't see how I get this to work with pechkin. There's a function:
ObjectConfig().SetTocXsl("tocXslStyleSheetUri");
but this doesn't do anything?I hope someone can help me with this