Changes between Version 4 and Version 5 of BOOK_STATIC_PDF_EXPORT_R0
- Timestamp:
- 05/12/09 20:47:16 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_STATIC_PDF_EXPORT_R0
v4 v5 9 9 10 10 == Task requirements == 11 * There should be a menu item, which when clicked, t o export the current bookin a pdf file.11 * There should be a menu item, which when clicked, the current book is exported in a pdf file. 12 12 * There should be a dialog which to appear and the user to be able to choose where to save the new file. 13 13 * In this first revision, a dialog with PDF options won't appear. … … 18 18 == Implementation idea == 19 19 * Use iText library to generate PDF files. For more information, see [http://www.lowagie.com/iText/] 20 * For next iteration "PDF Clown" library can be used to generate PDF files. For more information, see [http://www.stefanochizzolini.it/en/projects/clown/]20 * For the next iteration "PDF Clown" library can be used to generate PDF files. For more information, see [http://www.stefanochizzolini.it/en/projects/clown/] 21 21 22 22 == Related ==