Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 4.3
-
Component/s: Core/Parsing, Viewer RI
-
Labels:None
-
Environment:none
Description
The PDF specification allows documents to embed page thumbnails in the content stream. These thumbnails can be used/loaded by the viewer application to provide the end users with a mini page summary of pages in the document. Not all documents have embedded thumbnails but in such a case it is up the viewer implementation to create the thumbnail view.
I would recommend that we augment our existing multi-page view code to build the thumbnail tab in the viewer RI. If a pages thumbnail is not available then we uses a page view component to draw the page thumbnail.
I would recommend that we augment our existing multi-page view code to build the thumbnail tab in the viewer RI. If a pages thumbnail is not available then we uses a page view component to draw the page thumbnail.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26209 | Wed Nov 02 12:23:00 MDT 2011 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/util/PropertiesManager.java
MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/resources/MessageBundle.properties |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26208 | Wed Nov 02 12:19:28 MDT 2011 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/SwingController.java
ADD /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/PageThumbnailComponent.java ADD /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/Thumbnail.java MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/Page.java MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/SwingViewBuilder.java ADD /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/ThumbnailsPanel.java |