Changes between Version 1 and Version 2 of BOOK_HTML_EXPORT_R0
- Timestamp:
- 05/29/09 16:21:54 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_HTML_EXPORT_R0
v1 v2 9 9 == Task requirements == 10 10 * Provide prototype that exports book to html file. 11 * Add 'Export as HTML' button in the file menu thatevoke dialog window who allows the users to select the name of the html file.11 * Add 'Export as' sub menu in file menu that contains 'as pdf' and 'as HTML' buttons.'as HTML' button evoke dialog window who allows the users to select the name of the html file. 12 12 * The entire book should be exported as single html file in this revision. 13 13 * Multiple html export as well as export single page should be consider in the next revision. … … 15 15 * Images should be exported. 16 16 * See if we could export firs frame of the movie as image in this revision. 17 * Audio will not be exported in this revision. 18 * Rotated frames will be exported without rotation. 19 * Research how to allow to export for video, audio, rotated frames etc. 20 * If needed frames background (as gradient color) should be exported as image background. 21 * Research and implement if possible in this revision export of alpha property. 22 * Test in different browsers. (Firefox, IE6, IE7, Safari etc.). Give list of known problems in specific browser. 17 23 18 24 == Task result ==