1
0
mirror of https://github.com/django/django.git synced 2025-07-19 17:19:12 +00:00

[1.9.x] Updated xhtml2pdf name/URL in docs.

Backport of 3b759661a873f406a0d9b97fb58c417d0111d11f from master
This commit is contained in:
Ramon Moraes 2016-02-01 22:58:41 -03:00 committed by Tim Graham
parent 7aeb3cd779
commit a121ac35b5

View File

@ -146,14 +146,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 XHTML2PDF`_ is yet another PDF-generation library. Pisa ships with * `XHTML2PDF`_ is yet another PDF-generation library. It ships with an example
an example of how to integrate Pisa with Django. of how to integrate it 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.
.. _PDFlib: http://www.pdflib.org/ .. _PDFlib: http://www.pdflib.org/
.. _`Pisa XHTML2PDF`: http://www.xhtml2pdf.com/ .. _XHTML2PDF: https://github.com/xhtml2pdf/xhtml2pdf
.. _HTMLdoc: https://www.msweet.org/projects.php?Z1 .. _HTMLdoc: https://www.msweet.org/projects.php?Z1
Other formats Other formats