Changes between Version 1 and Version 2 of PDF_PAGE_CONTENT_R0
- Timestamp:
- 02/16/09 17:54:42 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDF_PAGE_CONTENT_R0
v1 v2 6 6 7 7 == Overview == 8 User should be able to embed in the application, single page from a pdf file. This page should be used as a resource. It will be great if we could show preview of the page.[[BR]] 9 There should be button in insert menu that allows this functionality. The label of the button could be "Insert PDF Page". This should evoke open file dialog that allows the user to select pdf file.[[BR]] 10 After the file is selected preview window should appear. This window should let the user to navigate to the desire page. 8 11 9 12 == Task requirements == 10 13 * Create a prototype that allows the user to select a pdf file as well as specific page from that file. 11 14 == Task result == 12 15 * The result should be code 13 16 14 17 == Implementation idea == 15 ^(Provide some rough implementation idea(s).)^ 18 * Review the outcome of [[wiki:PDF_CONTENT_COMMONS_R0]][[BR]] 16 19 17 20 == Related == … … 24 27 25 28 == How to demo == 26 29 * Run the application. 30 * Form the insert menu choose 'Insert PDF Page' 31 * Select pdf file from open file menu 32 * Choose page that you'll import 27 33 28 34 = Design =