PDF.js/Planning/1.0: Difference between revisions
< PDF.js
Jump to navigation
Jump to search
(Created page with "=Objectives= The focus of PDF.js 1.0 is to build an extension able to render a PDF using only JavaScript and HTML features accessible through a webpage. If some features that c...") |
Notmasteryet (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
=Objectives= | <div style="border: thin dotted #aaa; padding:5px;"> | ||
'''This page is out of date. See the [[PDF.js]] page.'''</div><br> | |||
= Objectives = | |||
The focus of PDF.js 1.0 is to build an extension able to render a PDF using only JavaScript and HTML features accessible through a webpage. | The focus of PDF.js 1.0 is to build an extension able to render a PDF using only JavaScript and HTML features accessible through a webpage. | ||
If some features that can be useful for the web in general are missing on the platform side they can be added to the platform. | If some features that can be useful for the web in general are missing on the platform side they can be added to the platform. | ||
=Timeline= | = Timeline = | ||
= Projects = | = Projects = | ||
List of projects for PDF.js 1.0 | List of projects for PDF.js 1.0 | ||
{| | {| style="width: 100%;" class="fullwidth-table sortable" | ||
|- | |- | ||
| style="background: none repeat scroll 0% 0% rgb(239, 239, 239);" | '''Description''' | | style="background: none repeat scroll 0% 0% rgb(239, 239, 239);" | '''Description''' | ||
| Line 18: | Line 22: | ||
| style="background: none repeat scroll 0% 0% rgb(239, 239, 239);" | '''Strings''' | | style="background: none repeat scroll 0% 0% rgb(239, 239, 239);" | '''Strings''' | ||
|- | |- | ||
| Render Type1 fonts | | Render Type1 fonts | ||
| P1 | | P1 | ||
| TAKEOFF | | TAKEOFF | ||
| Line 24: | Line 28: | ||
| no | | no | ||
|- | |- | ||
| Enhance the UI | | Enhance the UI | ||
| P2 | | P2 | ||
| RUNWAY | | RUNWAY | ||
| [] | | [] | ||
| yes | | yes | ||
|- | |- | ||
| Deflate XREF Streams | | Deflate XREF Streams | ||
| P1 | | P1 | ||
| TAKEOFF | | TAKEOFF | ||
| [] | | [] | ||
| no | | no | ||
| Line 42: | Line 46: | ||
| no | | no | ||
|- | |- | ||
| Full vector command set | | Full vector command set | ||
| P1 | | P1 | ||
| RUNWAY | | RUNWAY | ||
| [] | | [] | ||
| no | | no | ||
|- | |- | ||
| Localization | | Localization | ||
| P2 | | P2 | ||
| RUNWAY | | RUNWAY | ||
| [] | | [] | ||
| no | | no | ||
|- | |- | ||
| Hyperlinks | | Hyperlinks | ||
| P2 | | P2 | ||
| RUNWAY | | RUNWAY | ||
| [] | | [] | ||
| no | | no | ||
|} | |} | ||
'''Status Legend:''' | <br> '''Status Legend:''' | ||
*RUNWAY - Waiting for design or initial planning | *RUNWAY - Waiting for design or initial planning | ||
| Line 69: | Line 72: | ||
*LANDED - Work has finished and is in the product. | *LANDED - Work has finished and is in the product. | ||
=Blockers= | = Blockers = | ||
=QA= | = QA = | ||
Revision as of 13:25, 10 September 2011
This page is out of date. See the PDF.js page.
Objectives
The focus of PDF.js 1.0 is to build an extension able to render a PDF using only JavaScript and HTML features accessible through a webpage.
If some features that can be useful for the web in general are missing on the platform side they can be added to the platform.
Timeline
Projects
List of projects for PDF.js 1.0
| Description | Priority | Status | Details | Strings |
| Render Type1 fonts | P1 | TAKEOFF | [] | no |
| Enhance the UI | P2 | RUNWAY | [] | yes |
| Deflate XREF Streams | P1 | TAKEOFF | [] | no |
| Render Pixel Graphics | P1 | RUNWAY | [] | no |
| Full vector command set | P1 | RUNWAY | [] | no |
| Localization | P2 | RUNWAY | [] | no |
| Hyperlinks | P2 | RUNWAY | [] | no |
Status Legend:
- RUNWAY - Waiting for design or initial planning
- TAKEOFF - Ready for work to begin
- INFLIGHT - Work is in progress. Patches should be in bugs.
- LANDED - Work has finished and is in the product.