Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.2
-
Component/s: Core/Parsing, Viewer RI
-
Labels:None
-
Environment:any
Description
This came in through the forms a while ago but I can't seem to find the exact case. Basically a user wanted to do page captures that has some search/highlighted text on it and a headless exception came out of the RI related to cursor changes. The search as currently written has a pretty heavy Swing dependency and requires the RI SwingController.
An nice enhancement would be have a new constructor which only required a Document object reference as well as an example of how to do search/highlighting in a headless environment.
An nice enhancement would be have a new constructor which only required a Document object reference as well as an example of how to do search/highlighting in a headless environment.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23987 | Tue Feb 22 08:32:44 MST 2011 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/SwingController.java
MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/search/DocumentSearchControllerImpl.java ADD /icepdf/trunk/icepdf/examples/search/SearchControllerHeadless.java MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/Document.java |
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 4.2 [ 10243 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Updated the SearchControllerImpl api and create a a new search example SearchControlerHeadless.