Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.6
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
We've been given a few file from a client that where generated with Chrystal reports. The files contain a duplication of text, basically the page is printed to PostScript twice.
The client has asked us to detect this dupilcation so that the selection of word and subsequent copy to the clipboard doesn't result in duplicate text.
The client has asked us to detect this dupilcation so that the selection of word and subsequent copy to the clipboard doesn't result in duplicate text.
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 5.0.7 [ 11470 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #40862 | Wed Apr 23 08:17:30 MDT 2014 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/viewer/src/org/icepdf/ri/common/search/DocumentSearchControllerImpl.java
MODIFY /icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/graphics/text/WordText.java MODIFY /icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/graphics/text/LineText.java MODIFY /icepdf/branches/icepdf-5.0.1/icepdf/viewer/src/org/icepdf/ri/common/tools/TextSelectionPageHandler.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #40863 | Wed Apr 23 08:20:54 MDT 2014 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/graphics/text/PageText.java
|
Patrick Corless
made changes -
Fix Version/s | 5.0.6_P01 [ 11471 ] | |
Fix Version/s | 5.0.7 [ 11470 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Fix Version/s | 5.0.7 [ 11470 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #42063 | Fri Aug 01 13:44:59 MDT 2014 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/graphics/text/PageText.java
|
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
It should be noted that the following system properties must be set.
-Dorg.icepdf.core.views.page.text.autoSpace=false
-Dorg.icepdf.core.views.page.text.trim.duplicates=true