Apache™ XML Graphics Commons
Overview
Apache™ XML Graphics Commons is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO. You will find components such as a PDF library, an RTF library, Graphics2D implementations that let you generate PDF & PostScript files, and much more.
The Apache™ XML Graphics Commons project is part of the Apache™ Software Foundation, which is a wider community of users and developers of open source projects.
In the Wiki, we have a Roadmap for Apache XML Graphics Commons. This roadmap is the place to describe new ideas for the project.
Features
Components which have been ported from Apache Batik and Apache FOP include:
| Description | Package | Provenance |
|---|---|---|
| Image codecs for PNG and TIFF | org.apache.xmlgraphics.image.codec |
Batik |
| Bitmap image writer abstraction with implementation for the above codecs and for the Image I/O API. | org.apache.xmlgraphics.image.writer |
Batik |
| Java2D helper classes | org.apache.xmlgraphics.image.rendered and org.apache.xmlgraphics.java2d |
Batik |
| Image loader framework (format detection, conversion and unified handling for bitmap and vector images). | org.apache.xmlgraphics.image.loader |
new |
| Graphics2D implementation that produces PostScript and EPS | org.apache.xmlgraphics.java2d.ps |
FOP |
| Helper classes for PostScript code production | org.apache.xmlgraphics.ps |
FOP |
| Parser/Processor for DSC-compliant PostScript files (DSC = Document Structuring Conventions) | org.apache.xmlgraphics.ps.dsc |
new |
| XMP metadata framework | org.apache.xmlgraphics.xmp |
new |
| Various I/O classes, encoders and decoders for various formats | org.apache.xmlgraphics.util.io |
Batik/FOP |
News
6 May 2025: Version 2.11 Released
Minor changes to support FOP 2.11 release
9 Oct 2024: Version 2.10 Released
Minor changes to support FOP 2.10 release
22 Aug 2023: Version 2.9 Released
Minor changes to support FOP 2.9 release
9 Nov 2022: Version 2.8 Released
Minor changes to support FOP 2.8 release
20 Jan 2022: Version 2.7 Released
Minor changes to support FOP 2.7 release
20 Jan 2021: Version 2.6 Released
Minor changes to support FOP 2.6 release
5 Nov 2019: Version 2.4 Released
Minor changes to support FOP 2.4 release
23 May 2018: Version 2.3 Released
Minor changes to support FOP 2.3 release
24 Mar 2017: Version 2.2 Released
Minor changes to support FOP 2.2 release
14 Jan 2016: Version 2.1 Released
Minor changes to support FOP 2.1 release
3 Jun 2015: Version 2.0.1 Released
Minor changes to support FOP 2.0 release
3 Oct 2014: Version 2.0 Released
The main new feature is the introduction of a URI resolution framework that makes it easier to control resource access in a cloud environment. Because of changes to the API, the version number has been bumped to 2.0.
This release also contains a number of bug fixes.
20 Oct 2012: Version 1.5 Released
This release consists primarily of bug fixes, improved code practices, and improved coverage of CCITTFax Group 3 image formats. For details, please see Changes.
2 Jul 2012: Version 1.5-RC1 Released
This is a candidate release for an upcoming Version 1.5 (stable) release, consisting primarily of bug fixes, improved code practices, and improved coverage of CCITTFax Group 3 image formats. For details, please see Changes.
7 Jul 2010: Version 1.4 Released
This release adds the option to generate smaller PostScript files, support for the AdobeStandardCyrillic encoding, RefinedImageFlavor, TexturePaint support for PSGraphics2D (PostScript tiling patterns), improvements to the XMP framework, optimization for PostScript state handling in (E)PSDocumentGraphics2D, and more. In addition it contains a number of bug fixes. For details, please see the Changes page.
We are pleased to note that many new features were contributed from outside the team of committers. Such broader interest ensures the healthy further development of the project.
11 Jun 2008: Version 1.3.1 Released
This release is mostly a bugfix release for the image loading framework that has been introduced in version 1.3. For details, please see the Changes page.
7 Mar 2008: Version 1.3 Released
The most important addition in this release is an image loading framework which supports all sorts of different image formats (bitmap and vector) and is highly extensible.
Besides that there were a larger number of smaller additions and bugfixes.
Support for Java 1.3 has been dropped. Java 1.4 or later is required now.
21 Jul 2007: Version 1.2 Released
This release mainly adds support for CMYK and GRAY color spaces for PSGenerator. For details about other fixes, please see the Changes page.
22 Dec 2006: Version 1.1 Released
This release adds an XMP metadata framework and brings improvements for the ImageWriter package plus some minor fixes mainly in the PostScript area.
17 Apr 2006: Version 1.0 Released
This is the first release of Apache XML Graphics Commons. There are currently no known issues with the code.