Changeset 7582 for django/trunk/docs/outputting_pdf.txt
- Timestamp:
- 06/06/08 10:27:21 (3 months ago)
- Files:
-
- django/trunk/docs/outputting_pdf.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/outputting_pdf.txt
r7294 r7582 144 144 * PDFlib_ is another PDF-generation library that has Python bindings. To 145 145 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. 146 148 * HTMLdoc_ is a command-line script that can convert HTML to PDF. It 147 149 doesn't have a Python interface, but you can escape out to the shell … … 150 152 151 153 .. _PDFlib: http://www.pdflib.org/ 154 .. _`Pisa HTML2PDF`: http://www.htmltopdf.org/ 152 155 .. _HTMLdoc: http://www.htmldoc.org/ 153 156 .. _forge_fdf in Python: http://www.accesspdf.com/article.php/20050421092951834
