aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik <micheal@web>2011-11-13 08:18:23 -0400
committeradmin <admin@branchable.com>2011-11-13 08:18:23 -0400
commit71c9365cc71b51b3bc0617a43218e2a6455e8ff9 (patch)
tree375d634a94a8586e7cdd90589fac10602b12330a
parent194bbf5f36e85c24ef08b512c4d1a1cbfc53e4cf (diff)
downloadikiwiki-71c9365cc71b51b3bc0617a43218e2a6455e8ff9.tar
ikiwiki-71c9365cc71b51b3bc0617a43218e2a6455e8ff9.tar.gz
Howto
-rw-r--r--doc/todo/pdf_output.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/pdf_output.mdwn b/doc/todo/pdf_output.mdwn
index 1a1411093..5f6611c8a 100644
--- a/doc/todo/pdf_output.mdwn
+++ b/doc/todo/pdf_output.mdwn
@@ -4,3 +4,6 @@ Note that for example dokuwiki has a [[nice plugin|http://danjer.doudouke.org/te
> I've actually written one, it's just not publicly released. You can check it out from the "experimental" branch of my <a href="https://github.com/rubykat/ikiplugins">ikiplugins githup repo</a>. It's called "html2pdf" and it depends on the static version of <a href="http://code.google.com/p/wkhtmltopdf/">wkhtmltopdf</a> rather than requiring a whole LaTeX setup. It's only been used on Ubuntu, so I can't say what problems there might be on other setups, but it works for me. It's not properly documented; I'd appreciate some help with that.
> -- [[KathrynAndersen]]
+
+> Thanks, I downloaded the git-repro and did `sudo cp html2pdf.pm /usr/share/perl5/IkiWiki/Plugin/` then I added html2pdf to the addplugins line in my setup-file (`mywiki.setup`) as well a new line `html2pdf_pages=>"/*",`. Then I did `sudo ikiwiki --setup mywiki.setup`. However there is no button or something like that which let's me create the pdf's
+>