中国最专业的商业控件服务网

慧都控件网

电话:400-700-1020(免费)或023-66090381
product
最经典Silverlight控件套包助你打造酷炫的Web应用程序
  • 暂时没有相关新闻
上一个 上一个 Big Faceless Report Generator 下一个 下一个pdf2cad
Big Faceless Java PDF Library
[产品编号: 11004 ]  
Big Faceless Java PDF Library

收藏订阅

  • 当前版本:v2.11   [销售以商家最新版为准,如需其他版本,请来电咨询]
  • 开  发 商:BFO 正式授权
  • 产品类型:独立控件
  • 产品功能:PDF
  • 控件类型:JAVA
  • 其他特性:Web Form / Windows Form
  • 产品源码:不提供源码
关于本产品的分类与介绍仅供参考,具体以商家网站介绍为准。
产品介绍 下载 购买 版本更新 开发商 视频与培训 评论(1)  
Big Faceless Java PDF Library v2.11.8(最新版) (09-12-07) v2.11.7

Big Faceless Java PDF Library 版本更新 v2.11.8 (更新日期:12/7/2009)

* Added the ability to Redact documents with the new Redactor class. Text can  also be selected and redacted using the Viewer.

* Added the ability to set "Callouts" on AnnotationText objects.

* Added a new PDFImage constructor, PDFImage(Image, String), to control how  PDF images created from AWT Images are compressed. This allows images to be  saved to the PDF using JPEG or JPEG-2000 compression. No longer convert  all images constructed this way to RGB.

* Fixes to color calibration. RGB colors create with the java.awt.Color class in  the normal way have their correct colorspace used in PDF. This may result in  slightly brighter colors when displaying a PDF created with BFO in Acrobat,  but the results are now correct and platform independent. The old behaviour  can be used instead by setting the System property  "org.faceless.pdf2.NoDefaultRGB" to not null. Similar changes have been added  to the CMYK ColorSpace to use a more typical conversion to RGB, and the API  docs for that class show how to use a standard SWOP space or others to obtain  different results.

* Rasterizing pages containing bitmap images has been parallelized, for speed  improvements on multi-core machines.

* Fixed writing Linearized Encrypted documents.

* Changes to allow working with PDF files > 2GB in size.

* Fixed AnnotationShape for Ink annotations (the Pencil tool in Acrobat).

* Added BarCode.getBufferedImage() method, to render BarCodes to bitmap images.

* Added PageExtractor.cropText() method, to crop selected text to a rectangle.

* Fixes to parsing of PNGs containing (cHRM && !gAMA) || (cHRM && iCCP) chunks,  and added code to override the ColorSpace of a PDFImage - necessary when the  original image has an incorrect space embedded.

* Added support for Blend modes to AnnotationStamp class, with setBlendMode().

* Bookmark parsing is more lenient with damaged documents.

* Fixed text extraction to correctly take kerning into account when determining  spacing.

* Fixed rare ConcurrentModificationException when rendering.

* Minor tweak to PDF/A: output documents are always PDF-1.4 (although PDF-1.3  header is valid, it was causing issues with some 3rd party software).

* Fixed parsing of CFF fonts with different Font DICTs for ranges of CIDs.

* Fixed glyph sizing for fonts where all glyphs use DW then modified by kerning.

* Fixed parsing of CMYK JPEG-2000 image objected embedded in the PDF.

* Fixed "Function must be a Dictionary or Stream" when rendering some gradients.

* Added workaround for AWT failure to respect "FontMatrix" in Type1 fonts.

* Don't stretch font to match it's width for non-substituted fonts.

* PublicKeyEncryptioHandler throws an exception if the wrong password was  specified for the private key.

* Bugfixes to Java 1.6 JavaScript engine, and implemented a few more methods.

* Viewer handles the changing of the Field.readonly property from JavaScript.

* Viewer: fixed race condition which sometimes resulted in form fields not  being visually updated.