dpetzel 87b35b8c2c matchup the number of backticks 11 år sedan
..
Readme.rst 87b35b8c2c matchup the number of backticks 11 år sedan
__init__.py b1f33df20d Issue #1009: Moved PdfGenerator to pelican-plugins and added a basic test 11 år sedan
pdf.py b1ccac54b2 do not break compilation if pdf options aren't provided. Refs #77 9 år sedan
test_pdf.py b1f33df20d Issue #1009: Moved PdfGenerator to pelican-plugins and added a basic test 11 år sedan

Readme.rst

-------------
PDF Generator
-------------

The PDF Generator plugin automatically exports RST articles and pages
as PDF files as part of the site-generation process. PDFs are saved to
output/pdf/

Requirements
------------
You should ensure you have the ``rst2pdf`` module installed::

pip install rst2pdf

Usage
-----
In order to use this plugin you should add the following to your config file::

PDF_STYLE = ''
PDF_STYLE_PATH = ''

Known Issues
------------
Relative links in the form of ``|filename|images/test.png`` are not yet handled
by the pdf generator