Fixed #7382 -- Added a reference to Pisa HTML2PDF in the PDF output docs. Thanks for the suggestion, perenzo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
0586239660
commit
5b9d907ae8
|
@ -143,11 +143,14 @@ Further resources
|
||||||
|
|
||||||
* PDFlib_ is another PDF-generation library that has Python bindings. To
|
* PDFlib_ is another PDF-generation library that has Python bindings. To
|
||||||
use it with Django, just use the same concepts explained in this article.
|
use it with Django, just use the same concepts explained in this article.
|
||||||
|
* `Pisa HTML2PDF`_ is yet another PDF-generation library. Pisa ships with
|
||||||
|
an example of how to integrate Pisa with Django.
|
||||||
* HTMLdoc_ is a command-line script that can convert HTML to PDF. It
|
* HTMLdoc_ is a command-line script that can convert HTML to PDF. It
|
||||||
doesn't have a Python interface, but you can escape out to the shell
|
doesn't have a Python interface, but you can escape out to the shell
|
||||||
using ``system`` or ``popen`` and retrieve the output in Python.
|
using ``system`` or ``popen`` and retrieve the output in Python.
|
||||||
* `forge_fdf in Python`_ is a library that fills in PDF forms.
|
* `forge_fdf in Python`_ is a library that fills in PDF forms.
|
||||||
|
|
||||||
.. _PDFlib: http://www.pdflib.org/
|
.. _PDFlib: http://www.pdflib.org/
|
||||||
|
.. _`Pisa HTML2PDF`: http://www.htmltopdf.org/
|
||||||
.. _HTMLdoc: http://www.htmldoc.org/
|
.. _HTMLdoc: http://www.htmldoc.org/
|
||||||
.. _forge_fdf in Python: http://www.accesspdf.com/article.php/20050421092951834
|
.. _forge_fdf in Python: http://www.accesspdf.com/article.php/20050421092951834
|
||||||
|
|
Loading…
Reference in New Issue