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

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