Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.1, 5.0.4
-
Fix Version/s: 5.0.5
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:Windows 64bits
Description
Scenario:
Given I create a PDF using microsoft word 2007
When I try to retrieve the text using ICEpdf
Then all the text is saved in the optional lines attribute, which does not conserve the order.
optionalLines attribute is a HashMap, which does not conserve the order. I suggest to change it to a LinkedHashMap so this works properly.
I am assuming that the optional lines should be ordered as by using this kind of map I can retrieve the text as it is in the PDF.
Regards,
Enrique
Given I create a PDF using microsoft word 2007
When I try to retrieve the text using ICEpdf
Then all the text is saved in the optional lines attribute, which does not conserve the order.
optionalLines attribute is a HashMap, which does not conserve the order. I suggest to change it to a LinkedHashMap so this works properly.
I am assuming that the optional lines should be ordered as by using this kind of map I can retrieve the text as it is in the PDF.
Regards,
Enrique
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Attachment | another_pdf_example.pdf [ 16613 ] |
Fix Version/s | 5.0.5 [ 11373 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |