summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2023-03-03 18:31:33 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2023-03-09 21:01:32 +0000
commita3ba39412e0d0c8ecfc03e41f1cbc27d3a53705e (patch)
treec6b00e19473c9f9af88f7e6a2be6579942e2e576 /officecfg
parentebc61374f9ca15ce1bf5c0a77d9ff9b0044b19e2 (diff)
vcl,filter,officecfg: PDF export: add PDFVersion::PDF_1_7
Also, PDF_A_2 and PDF_A_3 are based on PDF 1.7, claims Wikipedia. Change-Id: Ia0afd9a38859953db945a5d1568f171f3d500b09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148386 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit 4e5489297cb5cfb8d2387d57da7cd92ae1a3ebb1) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148411 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs5
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 24716e1992d8..cc4519ffd564 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5327,6 +5327,11 @@
<desc>PDF 1.6</desc>
</info>
</enumeration>
+ <enumeration oor:value="17">
+ <info>
+ <desc>PDF 1.7</desc>
+ </info>
+ </enumeration>
<enumeration oor:value="1">
<info>
<desc>PDF/A-1 (ISO 19005-1:2005)</desc>