Return-Path: Delivered-To: apmail-xmlgraphics-commits-archive@www.apache.org Received: (qmail 52885 invoked from network); 8 Nov 2010 12:00:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Nov 2010 12:00:44 -0000 Received: (qmail 47437 invoked by uid 500); 8 Nov 2010 12:01:16 -0000 Mailing-List: contact commits-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list commits@xmlgraphics.apache.org Received: (qmail 47430 invoked by uid 500); 8 Nov 2010 12:01:16 -0000 Delivered-To: apmail-xmlgraphics-site-commits@xmlgraphics.apache.org Received: (qmail 47427 invoked by uid 99); 8 Nov 2010 12:01:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 12:01:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 12:01:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1A7232388A6E; Mon, 8 Nov 2010 11:59:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1032553 [5/12] - in /xmlgraphics/site/deploy/fop: ./ 0.95/ 1.0/ dev/ dev/design/ dev/fo/ dev/svg/ fo/ skin/ trunk/ Date: Mon, 08 Nov 2010 11:59:38 -0000 To: site-commits@xmlgraphics.apache.org From: vhennebert@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101108115950.1A7232388A6E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: xmlgraphics/site/deploy/fop/1.0/extensions.html URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/extensions.html?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/extensions.html (original) +++ xmlgraphics/site/deploy/fop/1.0/extensions.html Mon Nov 8 11:59:27 2010 @@ -3,7 +3,7 @@ - + Standard FOP Extensions @@ -208,6 +208,7 @@ document.write("Last Published: " + docu  

Standard FOP Extensions

+
  • @@ -274,6 +275,7 @@ document.write("Last Published: " + docu
+

By "extension", we mean any data that can be placed in the input XML document that @@ -293,7 +295,7 @@ document.write("Last Published: " + docu

All extensions require the correct use of an appropriate namespace in your input document.
- +

SVG

@@ -301,10 +303,10 @@ document.write("Last Published: " + docu

- +

FO Extensions

- +

Namespace

By convention, FO extensions in FOP use the "fox" namespace prefix. @@ -313,14 +315,14 @@ document.write("Last Published: " + docu

<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
                xmlns:fox="http://xmlgraphics.apache.org/fop/extensions">
- +

PDF Bookmarks

In previous versions of Apache FOP there was a fox:outline element which was used to create outlines in PDF files. The redesigned code makes use of the new bookmark feature defined in the latest XSL 1.1 working draft.

- +

Anchors or Named Destinations

Use the fox:destination element to define "named destinations" inside a PDF document. These are useful as fragment identifiers, e.g. "http://server/document.pdf#anchor-name". @@ -339,10 +341,10 @@ PDF document. The fox:destination simply "id" attributes will generate named-destinations, which will eliminate the need for fox:destination.

- +

Table Continuation Label

This extension element hasn't been reimplemented for the redesigned code, yet.

- +

fox:orphan-content-limit and fox:widow-content-limit

The two proprietary extension properties, fox:orphan-content-limit and @@ -356,7 +358,7 @@ fox:destination. the you'll have at least three lines (assuming line-height="1.2") together on a table or list-block.

- +

fox:external-document

Note
@@ -385,7 +387,7 @@ fox:destination.

- +

Specification

The fox:external-document extension formatting object is used to specify @@ -455,7 +457,7 @@ fox:destination. For this, XInclude is recommended. - +

Free-form Transformation for fo:block-container

For fo:block-container elements whose absolute-position set to @@ -480,14 +482,14 @@ fox:destination. supported for PDF, PS and Java2D-based renderers. - +

Color functions

XSL-FO supports specifying color using the rgb(), rgb-icc() and system-color() functions. Apache FOP provides additional color functions for special use cases. Please note that using these functions compromises the interoperability of an FO document.

- +

cmyk()

color cmyk(numeric, numeric, numeric, numeric) @@ -497,7 +499,7 @@ fox:destination. must be between 0.0 and 1.0. For output formats that don't support device-specific color space the CMYK value is converted to an sRGB value.

- +

#CMYK pseudo-profile

color rgb-icc(numeric, numeric, numeric, #CMYK, numeric, numeric, numeric, numeric) @@ -522,7 +524,7 @@ fox:destination. - +

Prepress Support

This section defines a number of extensions related to @@ -540,7 +542,7 @@ fox:destination. Those extensions have been implemented in the PDF and Java2D renderers only. - +

fox:scale

Value: <number>{1,2}

Initial: 1

@@ -550,7 +552,7 @@ fox:destination. is provided it is used for both the x and y scales. A scale factor smaller than 1 shrinks the page. A scale factor greater than 1 enlarges the page.

- +

fox:bleed

Value: <length>{1,4} @@ -572,7 +574,7 @@ fox:destination. This extension indirectly defines the BleedBox and is calculated by expanding the TrimBox by the bleed widths. The lengths must be non-negative.

- +

fox:crop-offset

Value: <length>{1,4} @@ -589,7 +591,7 @@ fox:destination. This extension indirectly defines the MediaBox and is calculated by expanding the TrimBox by the crop offsets. The lengths must be non-negative.

- +

fox:crop-box

Value: [trim-box | bleed-box | media-box] Modified: xmlgraphics/site/deploy/fop/1.0/extensions.pdf URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/extensions.pdf?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== Files xmlgraphics/site/deploy/fop/1.0/extensions.pdf (original) and xmlgraphics/site/deploy/fop/1.0/extensions.pdf Mon Nov 8 11:59:27 2010 differ Modified: xmlgraphics/site/deploy/fop/1.0/extensions.xml URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/extensions.xml?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/extensions.xml (original) +++ xmlgraphics/site/deploy/fop/1.0/extensions.xml Mon Nov 8 11:59:27 2010 @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - +

Standard FOP Extensions $Revision: 964711 $ @@ -333,4 +333,4 @@ to following pages. Here is an example o - + \ No newline at end of file Modified: xmlgraphics/site/deploy/fop/1.0/fonts.html URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/fonts.html?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/fonts.html (original) +++ xmlgraphics/site/deploy/fop/1.0/fonts.html Mon Nov 8 11:59:27 2010 @@ -3,7 +3,7 @@ - + Apache FOP: Fonts @@ -208,6 +208,7 @@ document.write("Last Published: " + docu  

Apache FOP: Fonts

+
  • @@ -265,8 +266,9 @@ document.write("Last Published: " + docu
+
- +

Summary

The following table summarizes the font capabilities of the various FOP renderers:

@@ -389,7 +391,7 @@ document.write("Last Published: " + docu
- +

Base-14 Fonts

@@ -459,7 +461,7 @@ document.write("Last Published: " + docu

- +

Missing Fonts

@@ -470,7 +472,7 @@ document.write("Last Published: " + docu

- +

Missing Glyphs

@@ -486,7 +488,7 @@ document.write("Last Published: " + docu

- +

Java2D/AWT/Operating System Fonts

@@ -503,7 +505,7 @@ document.write("Last Published: " + docu

- +

Custom Fonts

@@ -540,7 +542,7 @@ document.write("Last Published: " + docu

- +

Basic font configuration

@@ -576,7 +578,7 @@ document.write("Last Published: " + docu

- +

Advanced font configuration

@@ -584,7 +586,7 @@ document.write("Last Published: " + docu additional instructions in case the basic font configuration doesn't lead to the desired results.

- +

Type 1 Font Metrics

FOP includes PFMReader, which reads the PFM file that normally comes with a Type 1 font, and generates an appropriate font metrics file for it. To use it, run the class org.apache.fop.fonts.apps.PFMReader:

@@ -618,7 +620,7 @@ document.write("Last Published: " + docu The PFMReader tool does not yet interpret PFB or AFM files, so if you want to be correct, you may have to adjust the values in the XML file manually. The constructed values however appear to have no visible influence.
- +

TrueType Font Metrics

FOP includes TTFReader, which reads the TTF file and generates an appropriate font metrics file for it. Use it in a similar manner to PFMReader. @@ -685,7 +687,7 @@ document.write("Last Published: " + docu the so-called Unicode "cmap" table. TTFReader can currently not deal with font like this. - +

TrueType Collections

TrueType collections (.ttc files) contain more than one font. To create metrics files for these fonts, you must specify which font in the collection should be generated, by using the "-ttcname" option with the TTFReader.

@@ -703,7 +705,7 @@ document.write("Last Published: " + docu
<font embed-url="gulim.ttc" sub-font="GulimChe">
   <font-triplet name="GulimChe" style="normal" weight="normal"/>
 </font>
- +

Register Fonts with FOP

You must tell FOP how to find and use the font metrics files by registering them in the FOP Configuration. Add entries for your custom fonts, regardless of font type, to the configuration file in a manner similar to the following:

@@ -774,7 +776,7 @@ document.write("Last Published: " + docu
           
         
 
-
+
 

Auto-Detect and auto-embed feature

When the "auto-detect" flag is set in the configuration, FOP will automatically search for fonts in the default paths for your operating system.

FOP will also auto-detect fonts which are available in the classpath, if they are described as "application/x-font" in the MANIFEST.MF file. For example, if your .jar file contains font/myfont.ttf:

@@ -783,7 +785,7 @@ document.write("Last Published: " + docu Name: font/myfont.ttf Content-Type: application/x-font

This feature allows you to create JAR files containing fonts. The JAR files can be added to fop by providem them in the classpath, e.g. copying them into the lib/ directory.

- +

Embedding

By default, all fonts are embedded if an output format supports font embedding. In some @@ -853,7 +855,7 @@ document.write("Last Published: " + docu complete font is embedded. - +

Substitution

When a <substitutions/> section is defined in the configuration, FOP will re-map any font-family references found in your FO input to a given substitution font.

    @@ -881,7 +883,7 @@ document.write("Last Published: " + docu </fop> - +

    Font Selection Strategies

    @@ -901,7 +903,7 @@ document.write("Last Published: " + docu

    Character-by-Character is NOT yet supported!

    - +

    Font List Command-Line Tool

    Modified: xmlgraphics/site/deploy/fop/1.0/fonts.pdf URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/fonts.pdf?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== Files xmlgraphics/site/deploy/fop/1.0/fonts.pdf (original) and xmlgraphics/site/deploy/fop/1.0/fonts.pdf Mon Nov 8 11:59:27 2010 differ Modified: xmlgraphics/site/deploy/fop/1.0/fonts.xml URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/fonts.xml?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/fonts.xml (original) +++ xmlgraphics/site/deploy/fop/1.0/fonts.xml Mon Nov 8 11:59:27 2010 @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - +

    Apache FOP: Fonts $Revision: 964711 $ @@ -558,4 +558,4 @@

    - + \ No newline at end of file Modified: xmlgraphics/site/deploy/fop/1.0/graphics.html URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/graphics.html?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/graphics.html (original) +++ xmlgraphics/site/deploy/fop/1.0/graphics.html Mon Nov 8 11:59:27 2010 @@ -3,7 +3,7 @@ - + Apache FOP: Graphics Formats @@ -208,6 +208,7 @@ document.write("Last Published: " + docu  

    Apache FOP: Graphics Formats

    +
    • @@ -301,8 +302,9 @@ document.write("Last Published: " + docu
    +
    - +

    Introduction

    @@ -333,7 +335,7 @@ document.write("Last Published: " + docu

    - +

    Overview of Graphics Support

    @@ -479,7 +481,7 @@ document.write("Last Published: " + docu the image manipulation functionality.

    - +

    Map of supported image formats by output format

    Not all image formats are supported for all output formats! For example, while you can @@ -626,10 +628,10 @@ document.write("Last Published: " + docu

- +

Graphics Packages

- +

XML Graphics Commons Native

@@ -637,14 +639,14 @@ document.write("Last Published: " + docu of graphic file formats natively as basic functionality: all bitmap formats for which there are Image I/O codecs available (JPEG, PNG, GIF, TIFF, etc.), EPS and EMF.

- +

FOP Native

FOP has no native image plug-ins for the image loading framework of its own but currently hosts the Batik-dependent SVG and WMF plug-ins until they can be moved to Apache Batik.

- +

Apache Batik

@@ -688,7 +690,7 @@ document.write("Last Published: " + docu - +

Image I/O

The image loading framework in XML Graphics Commons @@ -701,22 +703,22 @@ document.write("Last Published: " + docu

- +

Details on image formats

- +

BMP

BMP images are supported through an Image I/O codec. There may be limitations of the codec which are outside the control of Apache FOP.

- +

EMF

Windows Enhanced Metafiles (EMF) are only supported in RTF output where they are embedded without decoding.

- +

EPS

Apache FOP allows to use EPS files when generating PostScript output only.

@@ -724,13 +726,13 @@ document.write("Last Published: " + docu FOP lacks a PostScript interpreter. Furthermore, FOP is currently not able to parse the preview bitmaps sometimes contained in EPS files.

- +

GIF

GIF images are supported through an Image I/O codec. Transparency is supported but not guaranteed to work with every output format.

- +

JPEG

FOP native support (i.e. the handling of undecoded images) of JPEG does not include all @@ -744,15 +746,15 @@ document.write("Last Published: " + docu in some Image I/O codecs concerning images in the CMYK color space. Work-arounds are in place but may not always work as expected.

- +

PNG

PNG images are supported through an Image I/O codec. Transparency is supported but not guaranteed to work with every output format.

- +

SVG

- +

Introduction

FOP uses Apache Batik for SVG support. This format can be handled as an fo:instream-foreign-object or in a separate @@ -766,7 +768,7 @@ document.write("Last Published: " + docu on the Batik site.

- +

Placing SVG Graphics into PDF

The SVG is rendered into PDF by using PDF commands to draw and fill @@ -786,7 +788,7 @@ document.write("Last Published: " + docu contain effects or graphics with transparent areas may not be displayed correctly.

- +

Placing SVG Text into PDF and PostScript

If possible, Batik will use normal PDF or PostScript text when inserting text. It does this by checking if the text can be drawn normally and the font is @@ -817,7 +819,7 @@ document.write("Last Published: " + docu This setting will not affect the printing of your document, which should be OK in any case, but will only affect the quality of the screen display.

- +

Font selection notes

Apache Batik uses the AWT/Java2D subsystem as font source while FOP has its own font @@ -838,7 +840,7 @@ document.write("Last Published: " + docu if a particular font could not be found and had to be substituted, or if a particular glyph is missing in a font.

- +

Scaling

Currently, SVG images are rendered with the dimensions specified in the SVG @@ -853,7 +855,7 @@ document.write("Last Published: " + docu size of a pixel. The use of pixels to specify sizes is discouraged as they may be interpreted differently in different environments.

- +

Known Problems

    @@ -879,7 +881,7 @@ document.write("Last Published: " + docu
- +

TIFF

FOP can embed TIFF images without decompression into PDF, PostScript and AFP if they @@ -889,7 +891,7 @@ document.write("Last Published: " + docu

There may be some limitation concerning images in the CMYK color space.

- +

WMF

Windows Metafiles (WMF) are supported through classes in @@ -898,7 +900,7 @@ document.write("Last Published: " + docu

- +

Graphics Resolution

@@ -923,7 +925,7 @@ document.write("Last Published: " + docu

- +

Page selection for multi-page formats

@@ -934,7 +936,7 @@ document.write("Last Published: " + docu

- +

Image caching

Modified: xmlgraphics/site/deploy/fop/1.0/graphics.pdf URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/graphics.pdf?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== Files xmlgraphics/site/deploy/fop/1.0/graphics.pdf (original) and xmlgraphics/site/deploy/fop/1.0/graphics.pdf Mon Nov 8 11:59:27 2010 differ Modified: xmlgraphics/site/deploy/fop/1.0/graphics.xml URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/graphics.xml?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/graphics.xml (original) +++ xmlgraphics/site/deploy/fop/1.0/graphics.xml Mon Nov 8 11:59:27 2010 @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - +

Apache FOP: Graphics Formats $Revision: 964711 $ @@ -584,4 +584,4 @@

- + \ No newline at end of file Modified: xmlgraphics/site/deploy/fop/1.0/hyphenation.html URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/hyphenation.html?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/hyphenation.html (original) +++ xmlgraphics/site/deploy/fop/1.0/hyphenation.html Mon Nov 8 11:59:27 2010 @@ -3,7 +3,7 @@ - + Apache FOP: Hyphenation @@ -208,6 +208,7 @@ document.write("Last Published: " + docu  

Apache FOP: Hyphenation

+
  • @@ -232,11 +233,12 @@ document.write("Last Published: " + docu
+
- +

Hyphenation Support

- +

Introduction

FOP uses Liang's hyphenation algorithm, well known from TeX. It needs language specific pattern and other data for operation.

@@ -252,7 +254,7 @@ document.write("Last Published: " + docu Please inquire on the FOP User mailing list.
- +

License Issues

Many of the hyphenation files distributed with TeX and its offspring are licenced under the LaTeX @@ -271,12 +273,12 @@ document.write("Last Published: " + docu

- +

Sources of Custom Hyphenation Pattern Files

The most important source of hyphenation pattern files is the CTAN TeX Archive.

- +

Installing Custom Hyphenation Patterns

To install a custom hyphenation pattern for use with FOP:

    @@ -362,7 +364,7 @@ document.write("Last Published: " + docu - +

    Hyphenation Patterns

    If you would like to build your own hyphenation pattern files, or modify Modified: xmlgraphics/site/deploy/fop/1.0/hyphenation.pdf URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/hyphenation.pdf?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== Files xmlgraphics/site/deploy/fop/1.0/hyphenation.pdf (original) and xmlgraphics/site/deploy/fop/1.0/hyphenation.pdf Mon Nov 8 11:59:27 2010 differ Modified: xmlgraphics/site/deploy/fop/1.0/hyphenation.xml URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/hyphenation.xml?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/hyphenation.xml (original) +++ xmlgraphics/site/deploy/fop/1.0/hyphenation.xml Mon Nov 8 11:59:27 2010 @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - +

    Apache FOP: Hyphenation $Revision: 964711 $ @@ -231,4 +231,4 @@ hyphenation.

    - + \ No newline at end of file Modified: xmlgraphics/site/deploy/fop/1.0/index.html URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/index.html?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/index.html (original) +++ xmlgraphics/site/deploy/fop/1.0/index.html Mon Nov 8 11:59:27 2010 @@ -3,7 +3,7 @@ - + Apache FOP Version 1.0 @@ -211,6 +211,7 @@ document.write("Last Published: " + docu  

    Apache FOP Version 1.0

    +
    • @@ -224,8 +225,9 @@ document.write("Last Published: " + docu
    +
    - +

    Introduction

    @@ -254,7 +256,7 @@ document.write("Last Published: " + docu

    - +

    Upgrading from an earlier version

    @@ -263,7 +265,7 @@ document.write("Last Published: " + docu

    - +

    Download

    Modified: xmlgraphics/site/deploy/fop/1.0/index.pdf URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/index.pdf?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== Files xmlgraphics/site/deploy/fop/1.0/index.pdf (original) and xmlgraphics/site/deploy/fop/1.0/index.pdf Mon Nov 8 11:59:27 2010 differ Modified: xmlgraphics/site/deploy/fop/1.0/index.xml URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/index.xml?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/index.xml (original) +++ xmlgraphics/site/deploy/fop/1.0/index.xml Mon Nov 8 11:59:27 2010 @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - +

    Apache FOP Version 1.0 $Revision: 967072 $ @@ -61,4 +61,4 @@

    - + \ No newline at end of file Modified: xmlgraphics/site/deploy/fop/1.0/intermediate.html URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/intermediate.html?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/intermediate.html (original) +++ xmlgraphics/site/deploy/fop/1.0/intermediate.html Mon Nov 8 11:59:27 2010 @@ -3,7 +3,7 @@ - + Intermediate Format @@ -208,6 +208,7 @@ document.write("Last Published: " + docu  

    Intermediate Format

    +
    • @@ -257,6 +258,7 @@ document.write("Last Published: " + docu
    +
    Note
    @@ -266,7 +268,7 @@ document.write("Last Published: " + docu
    - +

    Introduction

    @@ -293,14 +295,14 @@ document.write("Last Published: " + docu

    - +

    Which Intermediate Format to choose?

    Both formats have their use cases, so the choice you will make will depend on your particular situation. Here is a list of strengths and use cases for both formats:

    - +

    Area Tree XML (AT XML)

      @@ -311,7 +313,7 @@ document.write("Last Published: " + docu
    • Used in FOP's layout engine test suite for regression testing.
    - +

    Intermediate Format (IF)

      @@ -335,14 +337,14 @@ document.write("Last Published: " + docu

    - +

    Architectural Overview

    Diagram with an architectural overview over the intermediate formats
    - +

    Usage of the Area Tree XML format (AT XML)

    @@ -415,7 +417,7 @@ try { by using the "-atin" parameter for specifying the area tree XML as input file. You can also specify a "mimic renderer" by inserting a MIME type between "-at" and the output file.

    - +

    Concatenating Documents

    This initial example is obviously not very useful. It would be faster to create the PDF file @@ -424,7 +426,7 @@ try { same AreaTreeModel instance which essentially concatenates all the input document to one single output document.

    - +

    Modifying Documents

    One of the most important use cases for this format is obviously modifying the area @@ -441,7 +443,7 @@ try { the modified file may not render correctly.

    - +

    Advanced Use

    The generation of the area tree format as well as it parsing process has been designed to allow @@ -453,7 +455,7 @@ try {

    - +

    Usage of the Intermediate Format (IF)

    @@ -543,7 +545,7 @@ try { IFParser.parse() is used, but you can also just get a SAX ContentHandler by using the IFParser.getContentHandler() method.

    - +

    Concatenating Documents

    This initial example is obviously not very useful. It would be faster to create the PDF file @@ -555,7 +557,7 @@ try { IFDocumentHandler interface. You could also do this in XSLT or using SAX on the XML level. Whatever suits your process best.

    - +

    Modifying Documents

    One of the most important use cases for this format is obviously modifying the @@ -572,7 +574,7 @@ try { arbitrary transformations on the IF's "viewport" and "g" elements. Possible are only rotations in 90 degree steps and translations.

    - +

    Advanced Use

    The generation of the intermediate format as well as it parsing process has been Modified: xmlgraphics/site/deploy/fop/1.0/intermediate.pdf URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/intermediate.pdf?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== Files xmlgraphics/site/deploy/fop/1.0/intermediate.pdf (original) and xmlgraphics/site/deploy/fop/1.0/intermediate.pdf Mon Nov 8 11:59:27 2010 differ Modified: xmlgraphics/site/deploy/fop/1.0/intermediate.xml URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/intermediate.xml?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/intermediate.xml (original) +++ xmlgraphics/site/deploy/fop/1.0/intermediate.xml Mon Nov 8 11:59:27 2010 @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - +

    Intermediate Format $Revision: 964711 $ @@ -324,4 +324,4 @@ try { - + \ No newline at end of file Modified: xmlgraphics/site/deploy/fop/1.0/knownissues_overview.html URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/knownissues_overview.html?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/knownissues_overview.html (original) +++ xmlgraphics/site/deploy/fop/1.0/knownissues_overview.html Mon Nov 8 11:59:27 2010 @@ -3,7 +3,7 @@ - + Apache FOP: Known Issues @@ -208,6 +208,7 @@ document.write("Last Published: " + docu  

    Apache FOP: Known Issues

    +
    • @@ -226,8 +227,9 @@ document.write("Last Published: " + docu
    +
    - +

    Known issues

    @@ -261,7 +263,7 @@ document.write("Last Published: " + docu tests during the normal build process. This indicates a problem in the current codebase. When a bug is fixed or a missing feature is added the entry for the relevant test case(s) are removed.

    - +

    FO Tree

    This section lists disabled test cases in the test suite for the FO tree tests, at the time @@ -420,7 +422,7 @@ document.write("Last Published: " + docu keep_within-page_multi-column_overflow.xml (Page-keep not respected in multi-column layout):
    The block should cause overflow in the last column on the page, rather than be broken.

    - +

    Other known issues

    This section lists other known issues.

      Modified: xmlgraphics/site/deploy/fop/1.0/knownissues_overview.pdf URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/knownissues_overview.pdf?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== Files xmlgraphics/site/deploy/fop/1.0/knownissues_overview.pdf (original) and xmlgraphics/site/deploy/fop/1.0/knownissues_overview.pdf Mon Nov 8 11:59:27 2010 differ Modified: xmlgraphics/site/deploy/fop/1.0/knownissues_overview.xml URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/knownissues_overview.xml?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/knownissues_overview.xml (original) +++ xmlgraphics/site/deploy/fop/1.0/knownissues_overview.xml Mon Nov 8 11:59:27 2010 @@ -46,7 +46,7 @@ This section lists disabled test cases in the test suite for the FO tree tests, at the time of the release.

      - +
      Layout Engine @@ -54,13 +54,13 @@ This section lists disabled test cases in the test suite for the layout engine tests, at the time of the release.

      - +
      Other known issues

      This section lists other known issues.

      - +
      - + \ No newline at end of file Modified: xmlgraphics/site/deploy/fop/1.0/metadata.html URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/metadata.html?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/metadata.html (original) +++ xmlgraphics/site/deploy/fop/1.0/metadata.html Mon Nov 8 11:59:27 2010 @@ -3,7 +3,7 @@ - + Metadata @@ -208,6 +208,7 @@ document.write("Last Published: " + docu  

    Metadata

    +
    • @@ -234,8 +235,9 @@ document.write("Last Published: " + docu
    +
    - +

    Overview

    @@ -253,7 +255,7 @@ document.write("Last Published: " + docu

    - +

    Embedding XMP in an XSL-FO document

    @@ -269,7 +271,7 @@ document.write("Last Published: " + docu x:xmpmeta and rdf:RDF elements are recognized as the top-level element introducing an XMP fragment (as per the XMP specification).

    - +

    Example

    [..]
     </fo:layout-master-set>
    @@ -303,7 +305,7 @@ document.write("Last Published: " + docu
     
    - +

    Implementation in Apache FOP

    @@ -446,7 +448,7 @@ document.write("Last Published: " + docu this was changed to map to dc:description["x-default"].

    - +

    Namespaces

    Metadata is made of property sets where each property set uses a different namespace URI. @@ -501,7 +503,7 @@ document.write("Last Published: " + docu

    - +

    Links

      Modified: xmlgraphics/site/deploy/fop/1.0/metadata.pdf URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/metadata.pdf?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== Files xmlgraphics/site/deploy/fop/1.0/metadata.pdf (original) and xmlgraphics/site/deploy/fop/1.0/metadata.pdf Mon Nov 8 11:59:27 2010 differ Modified: xmlgraphics/site/deploy/fop/1.0/metadata.xml URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/metadata.xml?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/metadata.xml (original) +++ xmlgraphics/site/deploy/fop/1.0/metadata.xml Mon Nov 8 11:59:27 2010 @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - +
      Metadata
      @@ -237,4 +237,4 @@
    - + \ No newline at end of file Modified: xmlgraphics/site/deploy/fop/1.0/output.html URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/output.html?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/output.html (original) +++ xmlgraphics/site/deploy/fop/1.0/output.html Mon Nov 8 11:59:27 2010 @@ -3,7 +3,7 @@ - + Apache FOP Output Formats @@ -208,6 +208,7 @@ document.write("Last Published: " + docu  

    Apache FOP Output Formats

    +
    • @@ -392,6 +393,7 @@ document.write("Last Published: " + docu
    +

    FOP supports multiple output formats by using a different renderer for each format. @@ -400,10 +402,10 @@ document.write("Last Published: " + docu attention than others.

    - +

    General Information

    - +

    Fonts

    Most FOP renderers use a FOP-specific system for font registration. @@ -460,7 +462,7 @@ document.write("Last Published: " + docu

- +

Output to a Printer or Other Device

The most obvious way to print your document is to use the FOP @@ -484,7 +486,7 @@ out = proc.getOutputStream();

- +

PDF

@@ -500,7 +502,7 @@ out = proc.getOutputStream(); Support for Tagged PDF, PDF/A-1b and PDF/X has recently been added, however.

- +

Fonts

PDF has a set of fonts that are always available to all PDF viewers; @@ -514,7 +516,7 @@ out = proc.getOutputStream(); guaranteed to be available in all PDF viewer applications."

- +

Post-processing

FOP does not currently support several desirable PDF features: watermarks and signatures. @@ -584,7 +586,7 @@ out = proc.getOutputStream(); Check the iText tutorial and documentation for setting access flags, password, encryption strength and other parameters.

- +

Watermarks

In addition to the PDF Post-processing options, consider the following workarounds: @@ -608,7 +610,7 @@ out = proc.getOutputStream();

- +

PostScript

@@ -621,7 +623,7 @@ out = proc.getOutputStream(); filter (the latter is used for 1:1 embedding of JPEG images), everything else is Level 2.

- +

Configuration

The PostScript renderer configuration currently allows the following settings: @@ -664,7 +666,7 @@ out = proc.getOutputStream(); the particular postscript implementation issuing unwanted postscript subsystem initgraphics/erasepage calls on each setpagedevice call.

- +

Limitations

    @@ -679,7 +681,7 @@ out = proc.getOutputStream();
- +

PCL

@@ -697,7 +699,7 @@ out = proc.getOutputStream(); painting operations. Certain painting operations are done off-screen and rendered to PCL as bitmaps because of limitations in PCL 5.

- +

References

    @@ -710,7 +712,7 @@ out = proc.getOutputStream();
- +

Limitations

    @@ -758,7 +760,7 @@ out = proc.getOutputStream();
- +

Configuration

The PCL renderer configuration currently allows the following settings: @@ -794,7 +796,7 @@ out = proc.getOutputStream(); should be enough for most use cases. Note that this setting directly affects the size of the output file and the print quality.

- +

Extensions

The PCL Renderer supports some PCL specific extensions which can be embedded into the input FO document. To use the extensions the appropriate namespace must @@ -803,7 +805,7 @@ out = proc.getOutputStream(); <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:pcl="http://xmlgraphics.apache.org/fop/extensions/pcl"> - +

Page Source (Tray selection)

The page-source extension attribute on fo:simple-page-master allows to @@ -828,7 +830,7 @@ out = proc.getOutputStream(); "7" is "auto-select". Consult the technical reference for your printer for all available values.

- +

Output Bin

The output-bin extension attribute on fo:simple-page-master allows to @@ -849,7 +851,7 @@ out = proc.getOutputStream(); "2" is the lower (rear) output bin. Consult the technical reference for your printer for all available values.

- +

Page Duplex Mode

The duplex-mode extension attribute on fo:simple-page-master allows to @@ -875,7 +877,7 @@ out = proc.getOutputStream();

- +

AFP

@@ -920,7 +922,7 @@ out = proc.getOutputStream(); FOP creates exactly one Document per Printfile with an optional Resource Group at the beginning. FOP does not create document indices.

- +

References

    @@ -937,7 +939,7 @@ out = proc.getOutputStream();
- +

Limitations

This list is most likely badly incomplete.

    @@ -952,7 +954,7 @@ out = proc.getOutputStream();
- +

Deployment in older environments

There are still a big number of older (or limited) MO:DCA/IPDS environments in production @@ -965,9 +967,9 @@ out = proc.getOutputStream(); If a higher number of bits per pixel is configured, FOP has to switch to at least FS11 which may not work everywhere.

- +

Configuration

- +

Fonts

The AFP Renderer requires special configuration particularly related to fonts. AFP Render configuration is done through the normal FOP configuration file. The MIME type @@ -1128,13 +1130,13 @@ Note that the value of the encoding attr referenced-fonts section of the configuration file. However, the default fonts shown above will not be embedded.

- +

Output Resolution

By default the AFP Renderer creates output with a resolution of 240 dpi. This can be overridden by the <renderer-resolution/> configuration element. Example:

       <renderer-resolution>240</renderer-resolution>
- +

Images

By default the AFP Renderer converts all images to 8 bit grey level. This can be overridden by the <images/> configuration element. Example:

@@ -1173,7 +1175,7 @@ Note that the value of the encoding attr

       <images mode="b+w" bits-per-pixel="1" dithering-quality="maximum"/>
- +

Shading

By default, filled rectangles are painted using their given color using a PTOCA I-axis rule @@ -1186,7 +1188,7 @@ Note that the value of the encoding attr

       <shading>dithered</shading>
 
- +

Resource Group File

By default the AFP Renderer will place all data resource objects such as images within the document of the main output datastream. An external resource group file where document resources @@ -1198,7 +1200,7 @@ Note that the value of the encoding attr

Note
Be careful when using this option not to overwrite existing resource files from previous rendering runs.
- +

Resource Level Defaults

By default, bitmap image objects (or page segments derived from them) are put in the @@ -1217,7 +1219,7 @@ Note that the value of the encoding attr for the attributes are "inline" and "print-file". In the future, additional possibilities may be added.

- +

Extensions

The AFP Renderer supports some AFP specific extensions which can be embedded into the input fo document. To use the extensions the appropriate namespace must be declared in the fo:root element like this:

@@ -1225,7 +1227,7 @@ Note that the value of the encoding attr <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:afp="http://xmlgraphics.apache.org/fop/extensions/afp"> - +

Page Overlay (IPO) Extension

The include-page-overlay extension element allows to define on a per simple-page-master basis a page overlay resource. Example:

@@ -1239,7 +1241,7 @@ Note that the value of the encoding attr
 

The mandatory name attribute must refer to an 8 character (space padded) resource name that must be known in the AFP processing environment. Optional x and y attributes can be specified to place the Overlay at an offset from the top left of the page.

- +

Page Segment (IPS) Extension

The include-page-segment extension element allows to define resource substitution for fo:external-graphics elements. Example:

@@ -1272,7 +1274,7 @@ Note that the value of the encoding attr segment in the generated file. Please also note that page segments cannot be scaled. They are always rendered in their intrinsic size.

- +

Tag Logical Element (TLE) Extension

The tag-logical-element extension element allows to injects TLEs into the AFP output stream. Example:

@@ -1296,7 +1298,7 @@ Note that the value of the encoding attr
           Multiple tag-logical-element extension elements within a simple-page-master or
           page-sequence are allowed. The name and value attributes are mandatory.
         

- +

No Operation (NOP) Extension

The no-operation extension provides the ability to carry up to 32K of comments or any other type of unarchitected data into the AFP output stream. Example:

@@ -1313,7 +1315,7 @@ Note that the value of the encoding attr Multiple no-operation extension elements within a simple-page-master are allowed. The name attribute is mandatory.

- +

Invoke Medium Map (IMM) Extension

The invoke-medium-map extension allows to generate IMM fields (Invoke Medium Map) in the @@ -1335,7 +1337,7 @@ Note that the value of the encoding attr only reference an existing medium map by name. The medium map has to be constructed through different means and available on the target platform.

- +

Form Maps/Defs

Apache FOP supports embedding an external form map resource in the @@ -1366,9 +1368,9 @@ Note that the value of the encoding attr tool. - +

Foreign Attributes

- +

Resource

The resource foreign attributes provides the ability to name and control where data object resources (e.g. images/scalable vector graphics) will reside in the AFP output. @@ -1405,7 +1407,7 @@ Note that the value of the encoding attr

- +

RTF

@@ -1459,7 +1461,7 @@ Note that the value of the encoding attr

- +

XML (Area Tree XML)

@@ -1473,7 +1475,7 @@ Note that the value of the encoding attr

- +

Java2D/AWT

@@ -1488,14 +1490,14 @@ Note that the value of the encoding attr

- +

Print

It is possible to directly print the document from the command line. This is done with the same code that renders to the Java2D/AWT renderer.

- +

Known issues

If you run into the problem that the printed output is incomplete on Windows: @@ -1506,7 +1508,7 @@ Note that the value of the encoding attr

- +

Bitmap (TIFF/PNG)

@@ -1525,7 +1527,7 @@ Note that the value of the encoding attr The quality of the bitmap depends on the target resolution setting on the FOUserAgent and on further settings described below.

- +

Configuration

The TIFF and PNG renderer configuration currently allows the following settings: @@ -1586,7 +1588,7 @@ Note that the value of the encoding attr at the loss of some image quality. If this setting has an actual effect depends on the JVM's Java2D backend.

- +

TIFF-specific Configuration

In addition to the above values the TIFF renderer configuration allows some additional @@ -1652,7 +1654,7 @@ Note that the value of the encoding attr Deflate and JPEG compression for writing.

- +

Runtime Rendering Options

The IF-based bitmap output implementations support a rendering option with the key @@ -1664,7 +1666,7 @@ Note that the value of the encoding attr "target-bitmap-size", new Dimension(320, 200));

- +

TXT

@@ -1702,7 +1704,7 @@ Note that the value of the encoding attr

- +

Output Formats in the Sandbox

@@ -1711,7 +1713,7 @@ Note that the value of the encoding attr can be found under src/sandbox and are compiled into build/fop-sandbox.jar during the main build. The output formats in the sandbox are marked as such below.

- +

MIF

Warning
@@ -1721,7 +1723,7 @@ Note that the value of the encoding attr This format is the Maker Interchange Format which is used by Adobe Framemaker.

- +

SVG

Warning
@@ -1740,7 +1742,7 @@ Note that the value of the encoding attr

- +

Wish list

Modified: xmlgraphics/site/deploy/fop/1.0/output.pdf URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/output.pdf?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== Files xmlgraphics/site/deploy/fop/1.0/output.pdf (original) and xmlgraphics/site/deploy/fop/1.0/output.pdf Mon Nov 8 11:59:27 2010 differ Modified: xmlgraphics/site/deploy/fop/1.0/output.xml URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/output.xml?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/output.xml (original) +++ xmlgraphics/site/deploy/fop/1.0/output.xml Mon Nov 8 11:59:27 2010 @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - +

Apache FOP Output Formats $Revision: 979214 $ @@ -1258,4 +1258,4 @@ Note that the value of the encoding attr - + \ No newline at end of file Modified: xmlgraphics/site/deploy/fop/1.0/pdfa.html URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/pdfa.html?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/pdfa.html (original) +++ xmlgraphics/site/deploy/fop/1.0/pdfa.html Mon Nov 8 11:59:27 2010 @@ -3,7 +3,7 @@ - + PDF/A (ISO 19005) @@ -208,6 +208,7 @@ document.write("Last Published: " + docu  

PDF/A (ISO 19005)

+
  • @@ -233,15 +234,16 @@ document.write("Last Published: " + docu
+
- +

Overview

PDF/A is a standard which turns PDF into an "electronic document file format for long-term preservation". PDF/A-1 is the first part of the standard and is documented in - ISO 19005-1:2005(E). + ISO 19005-1:2005(E). Work on PDF/A-2 is in progress at AIIM.

@@ -251,7 +253,7 @@ document.write("Last Published: " + docu

- +

Implementation Status

@@ -272,7 +274,7 @@ document.write("Last Published: " + docu

- +

Usage (command line)

@@ -285,7 +287,7 @@ document.write("Last Published: " + docu

- +

Usage (embedded)

@@ -306,7 +308,7 @@ Fop fop = fopFactory.newFop(MimeConstant

- +

PDF/A in Action

@@ -362,7 +364,7 @@ Fop fop = fopFactory.newFop(MimeConstant

- +

PDF profile compatibility

@@ -371,7 +373,7 @@ Fop fop = fopFactory.newFop(MimeConstant

- +

Interoperability

Modified: xmlgraphics/site/deploy/fop/1.0/pdfa.pdf URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/pdfa.pdf?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== Files xmlgraphics/site/deploy/fop/1.0/pdfa.pdf (original) and xmlgraphics/site/deploy/fop/1.0/pdfa.pdf Mon Nov 8 11:59:27 2010 differ Modified: xmlgraphics/site/deploy/fop/1.0/pdfa.xml URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/pdfa.xml?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/pdfa.xml (original) +++ xmlgraphics/site/deploy/fop/1.0/pdfa.xml Mon Nov 8 11:59:27 2010 @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - +

PDF/A (ISO 19005) $Revision: 964711 $ @@ -162,4 +162,4 @@ Fop fop = fopFactory.newFop(MimeConstant

- + \ No newline at end of file Modified: xmlgraphics/site/deploy/fop/1.0/pdfencryption.html URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/pdfencryption.html?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/pdfencryption.html (original) +++ xmlgraphics/site/deploy/fop/1.0/pdfencryption.html Mon Nov 8 11:59:27 2010 @@ -3,7 +3,7 @@ - + PDF encryption. @@ -208,6 +208,7 @@ document.write("Last Published: " + docu  

PDF encryption.

+
  • @@ -227,8 +228,9 @@ document.write("Last Published: " + docu
+
- +

Overview

@@ -248,7 +250,7 @@ document.write("Last Published: " + docu

- +

Usage (command line)

@@ -280,7 +282,7 @@ document.write("Last Published: " + docu

- +

Usage (embedded)

@@ -411,7 +413,7 @@ Fop fop = fopFactory.newFop(MimeConstant

- +

Environment

@@ -440,7 +442,7 @@ Fop fop = fopFactory.newFop(MimeConstant

- +

Installing a crypto provider

Modified: xmlgraphics/site/deploy/fop/1.0/pdfencryption.pdf URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/pdfencryption.pdf?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== Files xmlgraphics/site/deploy/fop/1.0/pdfencryption.pdf (original) and xmlgraphics/site/deploy/fop/1.0/pdfencryption.pdf Mon Nov 8 11:59:27 2010 differ Modified: xmlgraphics/site/deploy/fop/1.0/pdfencryption.xml URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/pdfencryption.xml?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/pdfencryption.xml (original) +++ xmlgraphics/site/deploy/fop/1.0/pdfencryption.xml Mon Nov 8 11:59:27 2010 @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - +

PDF encryption. $Revision: 964711 $ @@ -218,4 +218,4 @@ Fop fop = fopFactory.newFop(MimeConstant

- + \ No newline at end of file Modified: xmlgraphics/site/deploy/fop/1.0/pdfx.html URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/pdfx.html?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/pdfx.html (original) +++ xmlgraphics/site/deploy/fop/1.0/pdfx.html Mon Nov 8 11:59:27 2010 @@ -3,7 +3,7 @@ - + PDF/X (ISO 15930) @@ -208,6 +208,7 @@ document.write("Last Published: " + docu  

PDF/X (ISO 15930)

+
  • @@ -230,8 +231,9 @@ document.write("Last Published: " + docu
+
- +

Overview

@@ -245,13 +247,13 @@ document.write("Last Published: " + docu PDF/X is a standard which faciliates prepress digital data exchange using PDF. Currently, only PDF/X-3:2003 is implemented out of the many different flavours of PDF/X profiles. PDF/X-3:2003 is documented in - ISO 15930-6:2003(E). + ISO 15930-6:2003(E). More info on PDF/X can be found on the PDF/X info site.

- +

Implementation Status

@@ -279,7 +281,7 @@ document.write("Last Published: " + docu

- +

Usage (command line)

@@ -289,7 +291,7 @@ document.write("Last Published: " + docu

- +

Usage (embedded)

@@ -308,7 +310,7 @@ Fop fop = fopFactory.newFop(MimeConstant

- +

PDF/X in Action

@@ -352,7 +354,7 @@ Fop fop = fopFactory.newFop(MimeConstant

- +

PDF profile compatibility

Modified: xmlgraphics/site/deploy/fop/1.0/pdfx.pdf URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/pdfx.pdf?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== Files xmlgraphics/site/deploy/fop/1.0/pdfx.pdf (original) and xmlgraphics/site/deploy/fop/1.0/pdfx.pdf Mon Nov 8 11:59:27 2010 differ Modified: xmlgraphics/site/deploy/fop/1.0/pdfx.xml URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/1.0/pdfx.xml?rev=1032553&r1=1032552&r2=1032553&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/1.0/pdfx.xml (original) +++ xmlgraphics/site/deploy/fop/1.0/pdfx.xml Mon Nov 8 11:59:27 2010 @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - +

PDF/X (ISO 15930) $Revision: 964711 $ @@ -130,4 +130,4 @@ Fop fop = fopFactory.newFop(MimeConstant

- + \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: commits-help@xmlgraphics.apache.org