Version 2 (modified by todor, 16 years ago) (diff) |
---|
Analysis
(Give as much as possible of the needed information for designing and implementing the task in the following sections.)
Overview
We should provide print functionality, which gives the user possibility to print on paper the state of the book at desired moment. The product of the printing action will be very similar to the exported pdf, but on paper. When the user clicks on print, after he chooses the desired print options, the state of the book at this moment must be printed. We're going to drop "print to file" option, we have export to html and pdf.
Task requirements
(List the necessary requirements that the task must fulfill.)
Task result
The result of this task must be code.
Implementation idea
See pdf export tasks. The exported pdf is very similar to the contents that must be printed.
Related
BOOK_PRINTING_R1 BOOK_STATIC_PDF_EXPORT_R0
How to demo
- Open book
- Choose print from the file menu or press Ctrl+P
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)