0

According to PDFkit Documentation it could handle any wkhtml options. And that's the cool thing about it. But now with WKHTMLTOPDF-0.10.0 and higher according to it's documentation accepts

  • Multiple Html Documents
  • Page, Cover, Table Of Contents parts - Cover and TOC does not take common footers and headers.

How to deal with those inside pdfkit?

because page is not that is called like

wkhtmltopdf --page my.html


it is


wkhtmltopdf cover some.html page my.html

prikha
  • 1,853
  • 1
  • 16
  • 26

1 Answers1

0

Solved the problem by making a rewrite of pdfkit to work with new wkhtmltopdf binaries - check out http://github.com/prikha/pdfkit

prikha
  • 1,853
  • 1
  • 16
  • 26