Changes between Version 36 and Version 37 of BluePrint/Reporting
- Timestamp:
- 07/12/11 05:51:07 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Reporting
v36 v37 64 64 65 65 == PDF == 66 For more formal reports (which can also be retrieved via webservices using the PDF representation of the REST Controller), we currently use [http://reportlab.org ReportLab] via [http://geraldo.sourceforge.net Geraldo]. This also supports Graphics (via [http://www.pythonware.com/products/pil/ PIL])66 For more formal reports (which can also be retrieved via webservices using the PDF representation of the REST Controller), we currently use [http://reportlab.org ReportLab]. This also supports Graphics (via [http://www.pythonware.com/products/pil/ PIL]) 67 67 68 68 Other options: … … 71 71 * [http://www.xhtml2pdf.com Pisa] uses [http://reportlab.org ReportLab] to generate PDF from HTML 72 72 * [http://code.google.com/p/jspdf jsPDF] uses pure !JavaScript to create PDFs 73 * [http://geraldo.sourceforge.net Geraldo] builds on !ReportLab, and we used to use this, but no longer 73 74 * Use S3XRC & hence XSLT to generate XML-FO which can be converted to PDF 74 75 * http://xmlgraphics.apache.org/fop/