diff options
author | sydbarrett74@c9d10813594795e04bc80bb22b2efdec97df7f41 <sydbarrett74@web> | 2016-06-26 14:18:52 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-06-26 14:18:52 -0400 |
commit | 7f4507c4d0c0e13b01d02d3ba7214207bdc665d5 (patch) | |
tree | e3c8c7f21cdbd3fc4a2b73ad6e489a5b50d6be80 /doc/todo | |
parent | 955b5cea5af8423ec985501962c2f6c6e1d38afd (diff) | |
download | ikiwiki-7f4507c4d0c0e13b01d02d3ba7214207bdc665d5.tar ikiwiki-7f4507c4d0c0e13b01d02d3ba7214207bdc665d5.tar.gz |
wkhtmltopdf project has moved off of Google Code onto a dedicated site
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/pdf_output.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/pdf_output.mdwn b/doc/todo/pdf_output.mdwn index a0f324054..e273f60fc 100644 --- a/doc/todo/pdf_output.mdwn +++ b/doc/todo/pdf_output.mdwn @@ -2,7 +2,7 @@ Some time ago there was a [[question|http://ikiwiki.info/forum/how_to_get_nice_p 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. +> 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://wkhtmltopdf.org">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 |