Changes between Version 1 and Version 2 of PDFWithJasperReports
- Timestamp:
- Oct 19, 2008, 9:48:24 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDFWithJasperReports
v1 v2 143 143 You 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 144 144 145 And this is a sample view {{{146 145 And this is a sample view 146 {{{ 147 147 def hello_pdf(request): 148 148 response = HttpResponse(mimetype='application/pdf') … … 153 153 return response 154 154 }}} 155 All codes are under the [BSD license http://code.djangoproject.com/file/django/trunk/LICENSE].