Changes between Version 2 and Version 3 of PDF_CONTENT_COMMONS_R0
- Timestamp:
- 02/16/09 16:14:06 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDF_CONTENT_COMMONS_R0
v2 v3 10 10 * Import pdf page 11 11 * Import page content 12 * Export book to pdf 12 * Export book to pdf(user should be aware of the loses of data if any) 13 13 * Use pdf as resource 14 14 * Extract elements from pdf file to resources … … 16 16 17 17 == 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. 19 22 20 23 == Task result == 21 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 24 * The result should be code 22 25 23 26 == 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 25 30 26 31 == 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 28 39 29 40 == How to demo == 30 ^(Provide instructions for demonstration of the task.)^ 41 * Create test environment before integrating library in the project. 31 42 32 43 = Design =