Skip to content

amartel/redmine_pdf_wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This plugin allows to export wiki page(s) to .pdf file using WKHTML2PDF

Requires Redmine 2.×.

Setup

1. Install wkhtml2pdf

From wkhtml2pdf website

2. Install plugin

Install redmine_pdf_wiki with:

  • cd /plugins
  • tar xvzf redmine_pdf_wiki.tgz

No DB migration is required…

3. Web server configuration

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…)

4. Restart your web server

5. Configure REDMINE with your web browser

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)

History

see changelog

About

Add export to pdf in wiki pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages