This page contains some hints on how to build some PDF, based on Moinmoin wiki pages.

Generate PDF from a single page

Here's a quick recipe :

  1. Fetch a docbook (xml) version of the page. Typically, add ?action=RenderAsDocbook after the page name :

    http://wiki.debian.org/WikiSandBox?action=RenderAsDocbook
  2. use dblatex to convert the file to pdf :

    dblatex -T simple -o WikiSandBox.pdf WikiSandBox.xml

That should be it !