This extensions makes it possible to render a PDF of a single news item by using wkhtmltopdf.
- TYPO3 7.6 LTS
- EXT:news 3.2.0+
- [wkhmltopdf](http://wkhtmltopdf.org/) binary
- After installation, you need to set the absolute path to the wkhtmltopdf binary in the Extension Manager.
- Create a new page and add a news plugin and select plugin Single PDF.
- To get a PDF, link to this page as you would link to a detail view.
- As a new action has been added, you can copy Templates/News/Detail.html to Templates/News/SinglePdf.html which is used for creating the PDF.