Readme.rst 568 B

1234567891011121314151617181920212223242526
  1. -------------
  2. PDF Generator
  3. -------------
  4. The PDF Generator plugin automatically exports RST articles and pages
  5. as PDF files as part of the site-generation process. PDFs are saved to
  6. output/pdf/
  7. Requirements
  8. ------------
  9. You should ensure you have the ```rst2pdf`` module installed::
  10. pip install rst2pdf
  11. Usage
  12. -----
  13. In order to use this plugin you should add the following to your config file::
  14. PDF_STYLE = ''
  15. PDF_STYLE_PATH = ''
  16. Known Issues
  17. ------------
  18. Relative links in the form of ``|filename|images/test.png`` are not yet handled
  19. by the pdf generator