Bug 622 - iText 2.1.5 Upgrade
Summary: iText 2.1.5 Upgrade
Status: CONFIRMED
Alias: None
Product: E3
Classification: Unclassified
Component: miscellaneous (show other bugs)
Version: trunk
Hardware: All All
: P3 normal
Target Milestone: ---
Assignee: Richard Harms
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-19 09:36 CDT by Richard Harms
Modified: 2017-07-15 11:04 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Harms 2008-05-19 09:36:41 CDT
Currently not possible due to an incompatibility with the current version of displaytag. 2.1.2u contains improved Unicode support, so this upgrade should be pursued at some point.

java.lang.NoSuchMethodError: com.lowagie.text.Table.setDefaultVerticalAlignment(I)V

setDefaultVerticalAlignment appears to have been completely removed from iText, and displaytag calls it for both PDF and RTF exports.
Comment 1 Richard Harms 2008-05-19 09:42:02 CDT
More information on this problem:

http://www.nabble.com/Release-iText-2.1.0-td16334787.html

"This method has been removed as it was deprecated since 2.0.3. The 
deprecated message mentioned using getDefaultCell() and 
com.lowagie.text.Cell.setVerticalAlignment(int) instead so it should be 
pretty easy to adapt the code."

Other API changes are documented at:

http://brittanysoftware.com/itext/changes/2.0.8-2.1.0/changes.html
Comment 2 Richard Harms 2008-05-19 09:43:11 CDT
And finally, an iText patch:

http://jira.codehaus.org/browse/DISPL-450