diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-04-05 14:21:39 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-04-05 14:21:39 +0000 |
commit | d1c0afa0a3a277b02c7301c37fd6b9fb34f0d2ba (patch) | |
tree | 50175cf4652eb077bb84db07cfc363cd498dac79 /README | |
parent | 05ff967d64a3050a5ce08cc435bd91844efcf89d (diff) | |
download | xmlgraphics-fop-d1c0afa0a3a277b02c7301c37fd6b9fb34f0d2ba.tar.gz xmlgraphics-fop-d1c0afa0a3a277b02c7301c37fd6b9fb34f0d2ba.zip |
Improved JUnit report creation.
Added support for OutputIntent objects in PDF. When PDF/A-1b is activated OutputIntents are created and the sRGB color space is used by default (hardcoded for the moment for lack of better color infrastructure in FOP).
The sRGB color profile from HP (covering sRGB IEC61966-2.1) is now embedded in fop.jar as a resource so the PDF library can embed it. The sRGB profile from the Sun JRE is much bigger. That's why it's not used.
The Gladiator TrueType font (glb12.ttf) has been copied over from Batik and is used to verify PDF/A-1b's conformance checks.
CMYK JPEG image added to test resources so PDF/A-1b color space checks can be performed.
With the color space checks, support for PDF/A-1b is complete to the degree that FOP supports the creation of elements described in ISO 19005-1, except for the case where an embedded XMP packet is used in the fo:declarations element. In this case the metadata is not synchronized with the values in the Info PDF object which could lead to validation errors when checking for PDF/A-1b conformance.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@391624 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -27,6 +27,27 @@ Apache FOP is part of Apache's XML Graphics project. The homepage of Apache FOP is http://xmlgraphics.apache.org/fop/. +Legal information +--------------------- + +Apache FOP is published under the Apache License version 2.0. For the license +text, please see the following files: +- LICENSE +- NOTICE + +Legal information on libraries used by Apache FOP can be found in the +"lib/README.txt" file. + +Here is a list of files included in Apache FOP but not published under Apache +License version 2.0: +- sRGB IEC61966-2.1 color profile + File: src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm + Info: src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm.LICENSE.txt +- K3 3 of 9 barcode font (TrueType) + File: examples/fo/advanced/K3.TTF + Info: example/fo/advanced/K3.README + + Where to get help? --------------------- |