diff options
author | http://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web> | 2011-11-06 21:11:30 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-11-06 21:11:30 -0400 |
commit | fac8d8fc242f0ad4e553b5f6530f616a3f480e9b (patch) | |
tree | 244fe9790f8058b9eed836344954d2ba1a27161b | |
parent | 9320801818860699a01a5d91d7f82773e454957c (diff) | |
download | ikiwiki-fac8d8fc242f0ad4e553b5f6530f616a3f480e9b.tar ikiwiki-fac8d8fc242f0ad4e553b5f6530f616a3f480e9b.tar.gz |
it has been done
-rw-r--r-- | doc/todo/pdf_output.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/pdf_output.mdwn b/doc/todo/pdf_output.mdwn index 894c714ba..1a1411093 100644 --- a/doc/todo/pdf_output.mdwn +++ b/doc/todo/pdf_output.mdwn @@ -1,3 +1,6 @@ Some time ago there was a [[question|http://ikiwiki.info/forum/how_to_get_nice_pdf_from_ikiwiki_pages__63__/?updated#comment-05381634f89629ad26298a1af4b1d5f9]] in the forum how to get a nice pdf output from an ikiwiki page. However there were no answers. So I put it on the todo list, because I think this would be a nice feature. Note that for example dokuwiki has a [[nice plugin|http://danjer.doudouke.org/tech/dokutexit]] which converts the wiki page to latex and then to pdf and you can customize the latex-preamble. + +> 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]] |