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
Patrick Corless
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000Gu8zy] |
Patrick Corless
made changes -
Fix Version/s | 4.2.2 [ 10265 ] |
Patrick Corless
made changes -
Fix Version/s | 4.3 [ 10266 ] | |
Fix Version/s | 4.2.2 [ 10265 ] |
Patrick Corless
made changes -
Component/s | Core [ 10022 ] | |
Component/s | Viewer RI [ 10027 ] |
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 |
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 |
Tyler Johnson
made changes -
Salesforce Case | [5007000000Gu8zy] | [5007000000Gu8zy, 5007000000JMwy9] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Try and fit this into the next release. It's a bit of work but not terribly complex.