Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.2
-
Fix Version/s: 4.3.3
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:-
Description
The "Duplicate Copy (PPI) CONFIDENTIAL" stamp appears on the first page only.
Activity
Tyler Johnson
created issue -
Tyler Johnson
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | screenshot-1.jpg [ 14215 ] |
Tyler Johnson
made changes -
Attachment | HA_20120316a.pdf [ 14216 ] |
Patrick Corless
made changes -
Salesforce Case | [] | |
Fix Version/s | 4.3.3 [ 10333 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30180 | Mon Jul 23 17:14:19 MDT 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/CrossReference.java
MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/Document.java |
Patrick Corless
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Evgheni Sadovoi
made changes -
Salesforce Case | [5007000000MIt8c] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The image in question is stored in an xobject and is shared between each of the pages. For some reason our Lazy object parser can't find the object after the initial load. This appears to be a bug with how we handle shared resources. This should be fairly easy to address.