Changes between Initial Version and Version 1 of GROUP_PDF_R0


Ignore:
Timestamp:
02/25/09 18:42:15 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_PDF_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=GROUP_PDF_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5= Analysis = 
     6 
     7== Overview == 
     8User should be able to: 
     9 * Import entire pdf document 
     10 * Import pdf page 
     11 * Import page content 
     12 * Export book to pdf(user should be aware of the loses of data if any) 
     13 * Use pdf as resource  
     14 * Extract elements from pdf file to resources 
     15 * Select pdf elements - to allow copy/paste functionality 
     16 * Embed in the application, single page from a pdf file. This page should be used as a resource. 
     17  * 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. After the file is selected preview window should appear. This window should let the user to navigate to the desire page and insert it. 
     18 * Navigate through pages if several pdf pages are imported. There should be arrows for left and right navigation which shows the corresponding page. 
     19 
     20== Task requirements == 
     21 * Create new module where you have to implement: 
     22  * pdf content and content view 
     23  * pdf resource with appropriate fields(i.e. metas, orgin). 
     24  * appropriate saver and loader for pdf documents 
     25 * Research libraries which shows pdfs and give the functionality to search, navigate and zoom in a pdf document. 
     26  * Do not forget to check if the licenses of the founded libraries are compatible with our(Educational Community License 2.0) 
     27  * See http://java-source.net/open-source/pdf-libraries. 
     28  * Create demo using the chosen library before integrating it to the project. 
     29 * Create pdf frame which should be added in Insert menu. 
     30  * Implement the showing dialog for selecting the pdf file and preview window for choosing a page. Think about choosing several pages and easy way to import the whole document(may be dialog asking the user if he wants to choose a page). 
     31  * Implement navigation arrows(frame huds) which go through the imported pdf pages(if it is one may be they shouldn't be shown). 
     32 
     33== Task result == 
     34 * Source code demonstrating the chosen library. 
     35 * New module with source code. 
     36 
     37== Implementation idea == 
     38 * See https://pdf-renderer.dev.java.net/ and http://www.lowagie.com/iText/, they seem useful and with compatible licenses. 
     39 * Because pdf support is one of the "extra" part of Sophie all the functionality has to be provided in the pdf module - content, content view, pdf resource implementations and the GUI part. 
     40 
     41== Related == 
     42 * [source:/trunk/sophie2-platform/modules/org.sophie2.base.model.resources] 
     43 * [source:/trunk/sophie2-platform/modules/org.sophie2.base.persistence] 
     44 * content views in [source:/trunk/sophie2-platform/modules/org.sophie2.main.view] 
     45 * contents in [source:/trunk/sophie2-platform/modules/org.sophie2.main.model] 
     46 
     47== How to demo == 
     48 * Show the created demo and run the unit tests. 
     49 * Show the new frame and preview window. 
     50 
     51= Design = 
     52^(Describe your design here.)^ 
     53 
     54= Implementation = 
     55^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     56 
     57= Testing = 
     58^(Place the testing results here.)^ 
     59 
     60= Comments = 
     61^(Write comments for this or later revisions here.)