Changes between Version 2 and Version 3 of PDF_PAGE_CONTENT_R0
- Timestamp:
- 02/16/09 18:22:18 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDF_PAGE_CONTENT_R0
v2 v3 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]]8 User should be able to embed in the application, single page from a pdf file. This page should be used as a resource.[[BR]] 9 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 .10 After the file is selected preview window should appear. This window should let the user to navigate to the desire page and insert it. 11 11 12 12 == Task requirements == 13 13 * Create a prototype that allows the user to select a pdf file as well as specific page from that file. 14 * Allow the user to manipulate(resize, move, rotate) the page. 14 15 == Task result == 15 16 * The result should be code