= Combine Wiki Pages to a PDF = == Description == This plugin allows you to combine multiple wiki pages into a single PDF, with a nice table of contents. Like the PageToPdfPlugin, it requires HTMLDOC and the [t:WebAdmin WebAdmin plugin]. It is used from the administration page of the [t:WebAdmin WebAdmin plugin]. Make sure you have installed HTMLDOC (on Ubuntu for example: '''sudo apt-get install htmldoc''') or PDF export will fail. This plugin makes extensive use of !JavaScript, so make sure you have that enabled in your browser. !CombineWiki will use the `[pagetopdf]` section in the same way as the PageToPdfPlugin, though you can override options there with a similar `[combinewiki]` section. Note that the PageToPdfPlugin is __not__ required as a dependency. == Bugs/Feature Requests == Existing bugs and feature requests for CombineWikiPlugin are [report:9?COMPONENT=CombineWikiPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=CombineWikiPlugin&owner=coderanger new ticket]. == Download == Download the zipped source from [download:combinewikiplugin here]. == Source == You can check out CombineWikiPlugin from [http://trac-hacks.org/svn/combinewikiplugin here] using Subversion, or [source:combinewikiplugin browse the source] with Trac. == Example == To activate: {{{ [components] combinewiki.* = enabled }}} == Recent Changes == [[ChangeLog(combinewikiplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:coderanger] [[BR]] '''Contributors:''' == See also == * PageToPdfPlugin * TracWikiToPdfPlugin