From 82b2e14a9784f581ab227744bd74f65af10eb7a1 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Mon, 10 Apr 2006 09:13:53 +0000 Subject: Some updates in preparation of the next release. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@392909 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/trunk/fonts.xml | 7 ++++--- src/documentation/content/xdocs/trunk/output.xml | 22 +++++++++++++++++++--- .../content/xdocs/trunk/upgrading.xml | 18 +++++++++--------- 3 files changed, 32 insertions(+), 15 deletions(-) diff --git a/src/documentation/content/xdocs/trunk/fonts.xml b/src/documentation/content/xdocs/trunk/fonts.xml index b1dedb58f..5c1fc0c6f 100644 --- a/src/documentation/content/xdocs/trunk/fonts.xml +++ b/src/documentation/content/xdocs/trunk/fonts.xml @@ -216,6 +216,10 @@ will produce incorrect results. Mandatory. Not embedding the font produces invalid PDF documents. + + You may experience failures with certain TrueType fonts, especially if they don't contain + the so-called "cmap" table. TTFReader can currently not deal with font like this. +
TrueType Collections Font Metrics @@ -293,9 +297,6 @@ See Table of TTF Encoding Options for more details.< 673 766 [..]]]> - - FOP does not currently fully comply with or support the PDF/A standard. There's partial support for PDF/A-1b. This is "work-in-progress". -
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index 0d826f504..89b5ee233 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -83,8 +83,8 @@ out = proc.getOutputStream();]]> compatible.

- Note that FOP does not currently support "tagged PDF", PDF/X or PDF/A. Support - for PDF/A-1b is in the works, however. + Note that FOP does not currently support "tagged PDF", PDF/X or PDF/A-1a. + Support for PDF/A-1b has recently been added, however.

Fonts @@ -206,7 +206,6 @@ out = proc.getOutputStream();]]>
  • Only Type 1 fonts are supported.
  • Multibyte characters are not supported.
  • PPD support is still missing.
  • -
  • The renderer is not yet configurable.
  • @@ -378,6 +377,23 @@ out = proc.getOutputStream();]]>

    +
    + Wish list +

    + Apache FOP is easily extensible and allows you to add new output formats to enhance FOP's functionality. There's a number of output formats + which are on our wish list. We're looking for volunteers to help us implement them. +

    + +
    diff --git a/src/documentation/content/xdocs/trunk/upgrading.xml b/src/documentation/content/xdocs/trunk/upgrading.xml index e1a812f83..abfb3b939 100644 --- a/src/documentation/content/xdocs/trunk/upgrading.xml +++ b/src/documentation/content/xdocs/trunk/upgrading.xml @@ -1,6 +1,6 @@