Django

Code

Changeset 7582

Show
Ignore:
Timestamp:
06/06/08 10:27:21 (3 months ago)
Author:
russellm
Message:

Fixed #7382 -- Added a reference to Pisa HTML2PDF in the PDF output docs. Thanks for the suggestion, perenzo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/outputting_pdf.txt

    r7294 r7582  
    144144    * PDFlib_ is another PDF-generation library that has Python bindings. To 
    145145      use it with Django, just use the same concepts explained in this article. 
     146    * `Pisa HTML2PDF`_ is yet another PDF-generation library. Pisa ships with 
     147      an example of how to integrate Pisa with Django. 
    146148    * HTMLdoc_ is a command-line script that can convert HTML to PDF. It 
    147149      doesn't have a Python interface, but you can escape out to the shell 
     
    150152 
    151153.. _PDFlib: http://www.pdflib.org/ 
     154.. _`Pisa HTML2PDF`: http://www.htmltopdf.org/ 
    152155.. _HTMLdoc: http://www.htmldoc.org/ 
    153156.. _forge_fdf in Python: http://www.accesspdf.com/article.php/20050421092951834