Apache FOP 1.1 发布

jopen 11年前

Apache FOP 是apache.org上的一个开源项目,主要是通过xsl-fo将xml数据转换成pdf、ps等文件格式,当然最主要的还是转换成pdf.基于元数据的xml+xsl-fo很容易将文档格式化得很漂亮。

Changes to the Code Base

  • fix Update to use of checkstyle-5.5 as default configuration. Remove checkstyle-4.0 configuration. Also, import environment build properties before local properties, so that latter can refer to former. Committed by GA. See Issue 53083.
  • fix Invoke JVM in headless mode from FOP command scripts and JS shell to prevent stealing focus from GUI applications. Committed by GA. See Issue 50062.
  • fix Support list-block in marker, thus preventing NPE. Committed by GA. See Issue 52763.
  • fix Allow https scheme URI for PDF external action target. Committed by GA. Thanks to Paul Huemer. See Issue 51599.
  • fix Fixed incorrect rejection of fo:wrapper inside fo:inline inside fo:footnote-body. Committed by GA. Thanks to Alberto Simões. See Issue 53005.
  • add Added support for PDF Object Streams. When accessibility is enabled and PDF version 1.5 selected, the structure tree will be stored in object streams in order to reduce the size of the final PDF. Committed by VH. Thanks to Peter Hancock.
  • fix Fixed bug that caused a configured and installed SVG font to be stroked, also added an event indicating when fonts are stroked. Committed by MH. Thanks to Luis Bernardo. See Issue 52849.
  • add Improved support for empty flow-name mapping. Committed by PH. See Issue 50391.
  • add Add support for different flow-name of fo:region-body in FOP Committed by CB. Thanks to Peter Hancock. See Issue 50391.
  • add Allow JPEG images to be embedded in an AFP document as is, without being decoded and encoded. Committed by PH. Thanks to Mehdi Houshmand. See Issue 52089.
  • add Fix for when the last simple-page-master referenced in a page-sequence-master is not chosen when force-page-count=odd. Committed by PH. Thanks to Mehdi Houshmand. See Issue 51962.
  • add Upgraded all tests to JUnit 4. Committed by VH. Thanks to Mehdi Houshmand. See Issue 51928.
  • add Added support for resolution of relative URIs against a specified xml:base during property refinement. Committed by AD. See Issue 48334.

Changes to the User Configuration

  • add Added configuration option to set the version of the output PDF document. Committed by VH. Thanks to Mehdi Houshmand. See Issue 51385.

Changes to the Font Subsystem

  • add Add support for OpenType advanced typographic tables (GDEF, GSUB, GPOS). Committed by GA.
  • fix Changes the way PostScript handles Graphics2D images such that if the language is set to level 3, the image is stored as an embedded file which has no length limit. Previously it was stored as an array which has a implementation limit of 65535 elements. Committed by PH. Thanks to Mehdi Houshmand. See Issue 51760.
  • fix Improved support for EBCDIC encoded double byte fonts fo AFP. Committed by PH. Thanks to Mehdi Houshmand. See Issue 51530.
  • fix Reinstated support for being able to specify a font cache filepath in the fop user configuration. Committed by AC.
  • add Added convenience support for the flushing of the Fop font cache file from the command line. Committed by AC.

Changes to the Image Support

  • fix Support use of ImageLoaderRawPNG decoder in order to prevent re-encoding of PNG images (and unnecssary output file bloat). Committed by GA. Thanks to Luis Bernardo, Matthias Reischenbacher. See Issue 40676.

Changes to the Layout Engine

  • fix Fix for break before (break-before) not respected on blocks nested in inlines. Committed by GA. Thanks to Luis Bernardo. See Issue 45715.
  • fix Ensure square image is appropriately scaled. Committed by GA. Thanks to Luis Bernardo. See Issue 52514.
  • add Add support for complex scripts, including: full bidi support, support for advanced typographic tables, advanced support for number conversion. Committed by GA. See Issue 32789, 49008, 49687.
  • fix Implemented non-standard behavior for basic-link areas, such that they take into account the heights of their descendants areas. Committed by VH.
  • fix Fix for keep-together does not apply to fo:table-cell. Committed by VH.
  • fix Fix for keep-together on a table containing row-spanning cells that was not honored. Committed by VH.
  • fix Fix forpadding-start ignored when table-header/footer is repeated. Committed by VH. Thanks to Matthias Reischenbacher. See Issue 50196.
  • fix Fix for correct behavior of keep-together.within-line in case there are nested inlines Committed by AD. See Issue 49848.

Changes to Renderers (Output Formats)

  • add Added possibility to embed TrueType fonts in PostScript. Committed by VH. See Issue 52338.
  • fix Add extension to place code just before PostScript %PageTrailer. Committed by GA. Thanks to Luis Bernardo. See Issue 53295.
  • add Added support for 128bit encryption in PDF output. Committed by VH. Thanks to Michael Rubin.
  • add Added an IFDocumentHandler filter for triggering rendering events. Created an Event that captures an end page event with the page number. Committed by PH.
  • fix AFP GOCA: Changed the way FOP fonts are selected based on Batik's GVT fonts to match the behaviour of PDF/PS output. Committed by JM.
  • add Added option to place AFP NOPs right before the end of a named page group (page-sequence), rather than after the start. Committed by JM.
  • add Added option for PostScript output to optimize for file size rather than quality. Committed by JM.
  • add AFP GOCA: Added option to disable GOCA and to control text painting inside GOCA graphics. Committed by JM.
  • fix Increased maximum possible PDF size from 2GB to around 9GB (hard maximum imposed by the PDF specification). Committed by JM.
  • add Added support for CIE Lab colors (from XSL-FO 2.0 WD). Committed by JM.
  • add Initial work on spot colors (aka named colors) for PDF output. Committed by JM. Thanks to Patrick Jaromin. See Issue 49403.
  • add Added ability to embed an external AFP page segment resource file (AFP output only). Committed by JM. Thanks to Peter Hancock. See Issue 49379.