Hi,
I'm trying to download the posts in pdf, I read this post http://getgrav.org/forum#!/general:custom-theme-for-pdf-export and instructions of the proposed bundle https://github.com/KnpLabs/KnpSnappyBundle#generate-a-pdf-document-from-a-twig-view? but I still have some doubts:
- where I enable kernel? knplabs says "app/AppKernel.php" but does't exists in GRAV
- where I enable the binary program wkhtmltopdf? knplabs says "app/config/config.yml"
- where I put the control to generate a pdf document from a twig view?
I mean I can do this with a plugin or I need to add some function in system?
Thanks in advance