Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.2
-
Fix Version/s: 5.0.3
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
ICEsoft Forum Reference:
Description
This one came in through the forms. The document in question has two content stream the second being initialized from an xObject. The xobject contains all of the documents contact. During text extraction a xobject should pass it's text up to the parent content stream as was the case in 4.x
When optional content (layers) was added in the 5.x an error was made in the implementation. The method PageText.getPageLines() was changed to return a copy of the pageLines array. The copy was then altered to respect if the text was actually visible. The copy was then returned and thus the passing of the text from the child to the parent didn't take place as the original pageLines data was not altered.
When optional content (layers) was added in the 5.x an error was made in the implementation. The method PageText.getPageLines() was changed to return a copy of the pageLines array. The copy was then altered to respect if the text was actually visible. The copy was then returned and thus the passing of the text from the child to the parent didn't take place as the original pageLines data was not altered.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36213 | Thu Jun 13 11:23:45 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/graphics/text/PageText.java
MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/util/content/AbstractContentParser.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36212 | Thu Jun 13 11:21:24 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/graphics/text/PageText.java
MODIFY /icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/util/content/AbstractContentParser.java |