]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugzilla #51385: Added configuration option to set the version of the output PDF...
authorVincent Hennebert <vhennebert@apache.org>
Mon, 19 Mar 2012 15:56:19 +0000 (15:56 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Mon, 19 Mar 2012 15:56:19 +0000 (15:56 +0000)
commitc1653ad47548cff23a614559544fe0b0aec3522d
tree07a0ab82acf33280d8560bf0e5d33fe683415f1b
parent0e6c4648996b5bfd38330129fcdfaaa72f86b09c
Bugzilla #51385: Added configuration option to set the version of the output PDF document.

Patch by Mehdi Houshmand, applied with minor modifications

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1302518 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
src/documentation/content/xdocs/trunk/configuration.xml
src/java/org/apache/fop/pdf/PDFDocument.java
src/java/org/apache/fop/pdf/PDFEmbeddedFile.java
src/java/org/apache/fop/pdf/PDFInfo.java
src/java/org/apache/fop/pdf/PDFObject.java
src/java/org/apache/fop/pdf/PDFProfile.java
src/java/org/apache/fop/pdf/PDFRoot.java
src/java/org/apache/fop/pdf/Version.java [new file with mode: 0644]
src/java/org/apache/fop/pdf/VersionController.java [new file with mode: 0644]
src/java/org/apache/fop/render/pdf/PDFConfigurationConstants.java
src/java/org/apache/fop/render/pdf/PDFRendererConfigurator.java
src/java/org/apache/fop/render/pdf/PDFRenderingUtil.java
status.xml
test/java/org/apache/fop/pdf/VersionControllerTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/pdf/VersionTestCase.java [new file with mode: 0644]