diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-06-14 14:34:29 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-06-14 14:34:29 +0000 |
commit | ecd9851991497df7b4bb2c9f1d72c66d6ac71a29 (patch) | |
tree | 16efdfda968912a6ad81b2a98e89bd8ba26ba608 /status.xml | |
parent | fec95ada84116b3e29672c8d863604874bf49550 (diff) | |
download | xmlgraphics-fop-ecd9851991497df7b4bb2c9f1d72c66d6ac71a29.tar.gz xmlgraphics-fop-ecd9851991497df7b4bb2c9f1d72c66d6ac71a29.zip |
Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)).
Fixed bugs in PDF/A support: Transparency is now switched off and the CIDSet object is generated for CID fonts.
PDF/A and PDF/X are now "profiles" (see PDFProfile) which are used to control the allowed, required and forbidden features in PDF. PDF/A-1b and PDF/X-3:2003 can both be activated simultaneously as they are compatible.
For PDF/X, color handling has been improved a little (PDFColorSpace is now an interface, the old PDFColorSpace is now PDFDeviceColorSpace) and most importantly, the "DefaultRGB" color space is now mapped to the sRGB color space (for all colors in DeviceRGB) which ensures that all sRGB colors from XSL-FO are also sRGB colors in PDF which wasn't necessarily the case before.
For PDF/X, added support for a custom, non-sRGB output profile because PDF/X requires a "Output Device Profile" (which sRGB is not).
ICC profiles are now shared/cached among images.
Added support for fox:conversion-mode="bitmap" in the PDFRenderer to handle SVGs with transparency when transparency is forbidden (PDF/X and PDF/A). Only drawback: the image is not combined with the background. An opaque bitmap with a white background is generated.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@414272 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/status.xml b/status.xml index ae46cceb1..1dc0245fa 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,14 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="add"> + Added support for PDF/A-1b and PDF/X-3:2003. (Note: this may still be a bit + incomplete. Feedback is welcome!) + </action> + <action context="Code" dev="JM" type="add"> + The CIDSet object is now generated for CID fonts which are embedded in PDFs. + (Required by PDF/A). + </action> <action context="Code" dev="JM" type="update"> The Java2DRenderer (and therefore the print and bitmap renderers) is now offering the same quality as the PDF and PS renderers. Note: There can still |