From c1653ad47548cff23a614559544fe0b0aec3522d Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Mon, 19 Mar 2012 15:56:19 +0000 Subject: 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 --- src/documentation/content/xdocs/trunk/configuration.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/documentation') diff --git a/src/documentation/content/xdocs/trunk/configuration.xml b/src/documentation/content/xdocs/trunk/configuration.xml index cd1e1dfc3..10769c5ff 100644 --- a/src/documentation/content/xdocs/trunk/configuration.xml +++ b/src/documentation/content/xdocs/trunk/configuration.xml @@ -395,6 +395,18 @@ ]]> +

+ By default FOP produces PDF files of version 1.4, but this can be changed in order to benefit + from features that appeared in newer versions of PDF. At the moment, only a few features from + PDF 1.5 have been implemented, but the configuration element will accept any value between + 1.4 and 1.7. This is the value that will appear in the PDF header, although only features up + to 1.5 will actually be used. + + 1.5 + + ]]> +

@@ -522,4 +534,4 @@ information it finds. Check if FOP finds what you expect.
- \ No newline at end of file + -- cgit v1.2.3