Changes between Version 2 and Version 3 of PDF_CONTENT_COMMONS_R0


Ignore:
Timestamp:
02/16/09 16:14:06 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDF_CONTENT_COMMONS_R0

    v2 v3  
    1010 * Import pdf page 
    1111 * Import page content 
    12  * Export book to pdf 
     12 * Export book to pdf(user should be aware of the loses of data if any) 
    1313 * Use pdf as resource  
    1414 * Extract elements from pdf file to resources 
     
    1616 
    1717== Task requirements == 
    18 ^(List the necessary requirements that the task must fulfill.)^ 
     18 * Create appropriate development infrastructure for all sub tasks. 
     19 * Choose library that should be used in this project.  
     20  * Note: Can we use this for book printing? What could be the data loses? 
     21 * Estimate the time needed for development of sub tasks. What functionality should be added in the library and what we could use without adding custom code. 
    1922 
    2023== Task result == 
    21 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     24 * The result should be code 
    2225 
    2326== Implementation idea == 
    24 ^(Provide some rough implementation idea(s).)^ 
     27 * This link http://schmidt.devlib.org/java/libraries-pdf.html could be useful. 
     28 * Get familiar with resources [[wiki:BASE_RESOURCE_MODEL_R0]] 
     29 
    2530 
    2631== Related == 
    27 ^(Add links to related tasks that could be useful or helpful.)^ 
     32[[wiki:WHOLE_PDF_CONTENT_R0]][[BR]] 
     33[[wiki:PDF_PAGE_CONTENT_R0]][[BR]] 
     34[[wiki:PDF_PAGE_AREA_CONTENT_R0]][[BR]] 
     35[[wiki:PDF_SELECT]][[BR]] 
     36[[wiki:PDF_EXTRACT]][[BR]][[BR]] 
     37[[wiki:BOOK_PRINTING_R0]][[BR]] 
     38 
    2839 
    2940== How to demo == 
    30 ^(Provide instructions for demonstration of the task.)^ 
     41 * Create test environment before integrating library in the project. 
    3142 
    3243= Design =