Changes between Version 1 and Version 2 of PDFWithJasperReports


Ignore:
Timestamp:
Oct 19, 2008, 9:48:24 AM (16 years ago)
Author:
soroosh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDFWithJasperReports

    v1 v2  
    143143You need to have these jar files in your classpath: ["itext-1.4.5.jar", "log4j-1.2.jar", "commons-logging.jar", "icu4j.jar", "commons-collections.jar", "commons-digester.jar", "commons-beanutils.jar", "jasperreports-3.0.0.jar"] + JDBC driver to connect to database
    144144
    145 And this is a sample view {{{
    146 
     145And this is a sample view
     146{{{
    147147def hello_pdf(request):
    148148    response = HttpResponse(mimetype='application/pdf')
     
    153153    return response
    154154}}}
     155All codes are under the [BSD license http://code.djangoproject.com/file/django/trunk/LICENSE].
Back to Top