This plugin allows to export wiki page(s) to .pdf file using WKHTML2PDF
Requires Redmine 2.×.
From wkhtml2pdf website
Install redmine_pdf_wiki with:
- cd /plugins
- tar xvzf redmine_pdf_wiki.tgz
No DB migration is required…
If you are using Apache + Passenger, you have to change passenger settings to add:
- PassengerUseGlobalQueue on
If you are using another web server configuration, you may have to configure something to allow a web request to recursively call your web server (if you have a blank page that takes an infinite time to be loaded…)
If everything is OK, you should see WikiToPdf plugin plugin in the plugin list (Administration → Plugins)
Then, you have to configure the plugin:
- command line to run wkhtmltopdf (default value should be OK in most cases)
see changelog