New release iTextSharp 3.1.1 (2006-05-25)

简介:
好事情,现在iTextSharp和iText保持同步了(当然部分功能iTextSharp依然没有提供)。
http://heanet.dl.sourceforge.net/sourceforge/itextsharp/itextsharp-3.1.1-dll.zip
http://heanet.dl.sourceforge.net/sourceforge/itextsharp/itextsharp-3.1.1.zip

Changelogs
  • 2006-05-22: iText 1.4.1
  • Changes made by Paulo
    • HTMLWorker: treatment of http images; made some fields protected
    • PdfGraphics2D: some clarification on compiling with JDK 1.3
    • PS: some fixes
    • TIFF: a compression tag was set in the wrong variable
    • TIFF: allow the reading of tiffs without the rowstrip tag (extra fix)
    • bugfix: PdfContentByte.saveState() was not making a copy of the state
    • PdfReader hack to read broken pfds that have nulls in the kid page array
    • PdfCopy: changes made to allow replacing existing images
    • PdfCopy.freeReader() for better memory management
    • Read encrypted PDF with keylength not 128 Bit and revision 3
    • More efficient rectangles (Mark Storer)
  • Changes made by Mark Hall
    • RtfLists in RtfListItems are now handled correctly.
  • Changes made by Bruno
    • Class Table: rowspan fix by Bruno
    • Class Table: bug report #1460051 concerning table split over different pages
    • GreekList: upper- and lowercase were switched (bug reported by Shawn Qi)
    • List.setListSymbol always overwrites the list symbol set with ListItem.setListSymbol (bug reported by Shawn Qi)
    • Removed some unused code/classes
    • Image alignment fix
    • MultiColumnText: fixed an endless loop problem and made the object more user-friendly
    • XML Handler: Ricardo Coutinho removed a side-effect that prevented you to define the pagesize/orientation or a document
    • XML Handler: basefont problem fixed after a report by Conta Matteo
    • XHTML parsing made case insensitive
    • Changes to the Toolbox
      • Added a tool to view images that are inside the PDF as an Image XObject (code contributed by Carsten Hammer)
      • It is now possible to define the opacity of a text watermark added using the toolbox plug-in (code contributed by Carsten Hammer)
      • Added a DirFilter for the PhotoAlbum plug-in (code contribution by Johannes Schindelin)
 
本文转自 RubyPdf 的中文博客博客园博客,原文链接: http://www.cnblogs.com/hardrock/archive/2006/06/16/427110.html,如需转载请自行联系原作者
相关文章
|
6月前
|
JavaScript Java Apache
Java--office(word......)在线预览(openoffice+swfTools+FlexPaper)
Java--office(word......)在线预览(openoffice+swfTools+FlexPaper)
354 0
|
算法 Java API
AJDK 8.0.0 Release Notes
AJDK 8.0.0 Release Notes
98 0
|
容器
CloudProvider Release Notes
阿里云容器服务 CloudProvider release notes 2018-06-25 支持service.beta.kubernetes.io/alicloud-loadbalancer-backend-labelannotation让用户能够根据node的标签来指定SLB挂载哪些节点作为后端。
3378 0
|
JavaScript Apache PHP