/[Apache-SVN]
ViewVC logotype

Revision 391624


Jump to revision: Previous Next
Author: jeremias
Date: Wed Apr 5 14:21:39 2006 UTC (18 years, 3 months ago)
Changed paths: 27
Log Message:
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.

Changed paths

Path Details
Directoryxmlgraphics/fop/trunk/README modified , text changed
Directoryxmlgraphics/fop/trunk/build.xml modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFDocument.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFFactory.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFOutputIntent.java added
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFRoot.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm added
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm.LICENSE.txt added
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/FopPDFImage.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/PDFRenderer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/svg/PDFGraphics2D.java modified , text changed
Directoryxmlgraphics/fop/trunk/test/java/org/apache/fop/StandardTestSuite.java added
Directoryxmlgraphics/fop/trunk/test/java/org/apache/fop/render/pdf/ added
Directoryxmlgraphics/fop/trunk/test/java/org/apache/fop/render/pdf/PDFAConformanceTestCase.java added
Directoryxmlgraphics/fop/trunk/test/resources/fonts/ added
Directoryxmlgraphics/fop/trunk/test/resources/fonts/glb12.README.txt added
Directoryxmlgraphics/fop/trunk/test/resources/fonts/glb12.ttf
(Copied from xmlgraphics/batik/trunk/samples/tests/resources/ttf/glb12.ttf, r390392)
added
Directoryxmlgraphics/fop/trunk/test/resources/fonts/glb12.ttf.ansi.xml added
Directoryxmlgraphics/fop/trunk/test/resources/fonts/glb12.ttf.xml added
Directoryxmlgraphics/fop/trunk/test/resources/images/cmyk.jpg added
Directoryxmlgraphics/fop/trunk/test/test.xconf added
Directoryxmlgraphics/fop/trunk/test/xml/pdf-a/ added
Directoryxmlgraphics/fop/trunk/test/xml/pdf-a/base14-font.fo added
Directoryxmlgraphics/fop/trunk/test/xml/pdf-a/minimal-pdf-a.fo added
Directoryxmlgraphics/fop/trunk/test/xml/pdf-a/with-cmyk-images.fo added
Directoryxmlgraphics/fop/trunk/test/xml/pdf-a/with-eps.fo added
Directoryxmlgraphics/fop/trunk/test/xml/pdf-a/with-rgb-images.fo added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26