For my django powered site, I am looking for an easy solution to convert dynamic html pages (generated using django views and templates datas generated using GET forms) which also contains some graph charts from google visualisation api(it is javascript, yet including these graphs is a must for me) to pdf. Cheers
|
3
|
|
|
|
|
|
Try the solution from Reportlab. Download it and install it as usual with python setup.py install You will also need to install the following modules: pisa, html5lib, pypdf with easy_install. Here is an usage example: First define this function:
Then you can use it like this:
The template:
Hope it helps. |
||
|
|
Django documentation is deep and covers a lot. Did you have any problems with the method suggested there? |
||
|
|
|
|
Try the command line print firefox extension. |
||||||
|
