且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

New release iTextSharp 3.0.7 (2005-08-24)

更新时间:2022-09-16 10:13:29

Changes in iTextSharp 3.0.7 (2005-08-24) 
 
- Constructor Image(Stream) was removed. Use Image.GetInstance(Stream). 
 
- fixed a conversion bug in getting the first dimension size of an array [,] 
 
- added the class WebColors 
 
- MultiColumnText didn't respect mirrored margins 
 
- added some methods to MultiColumnText for arabic and RTL text. 
 
- when using a MultiColumnText with only 1 column, the 
currentY of the PdfDocument is no longer the total available 
width (triggering a new page every time a ColumnText is 
added), but it is changed according to the space used by the 
MultiColumnText. In other words: you can now use 
MultiColumnText as if it was a Paragraph object (which is 
handy if you need R2L or BiDi). 
 
 
- RTF Table width bugfix 
 
- RTF Set the topLevelElement for RtfImages added directly to the 
document 
 
- RTF Fixed a bug with undefined styles in RTF 
 
- RTF Added empty line between images in RTF 
 
- RTF RtfImage: Corrected the scaling to mimick the pdf more 
precisely. If added directly to the document includes a 
finishing new-line 
 
- RTF Added methods to update the indentations in RtfParagraph 
 
- RTF Correctly handle the indentation properties of Chapters and 
Sections. Improved match between pdf and rtf output. 


本文转自RubyPdf博客园博客,原文链接:http://www.cnblogs.com/hardrock/archive/2005/08/27/224201.html,如需转载请自行联系原作者