From cc6e8cfd61df6ba22e807f0fdcd5585256179ca1 Mon Sep 17 00:00:00 2001 From: Florian Bodenheimer <119340677+fb0d3nheimer@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:51:02 +0200 Subject: [PATCH] Added "TextDirectionLayout" --- vocabularies/PDF.json | 5 +++++ vocabularies/PDF.md | 1 + vocabularies/PDF.xml | 6 ++++++ 3 files changed, 12 insertions(+) diff --git a/vocabularies/PDF.json b/vocabularies/PDF.json index 6fca01f1..3b05c5e3 100644 --- a/vocabularies/PDF.json +++ b/vocabularies/PDF.json @@ -90,6 +90,11 @@ "@Common.Experimental": true, "@Core.Description": "Treeview output supported", "@Core.LongDescription": "If this is true, treeview output is supported for hierarchical data" + }, + "TextDirectionLayout": { + "$Type": "Edm.Boolean", + "@Core.Description": "Setting the text direction-layout is supported", + "@Core.LongDescription": "PDF supports setting the text direction-layout (e.g. left-to-right or right-to-left) in the document description" } } } diff --git a/vocabularies/PDF.md b/vocabularies/PDF.md index 41a5fdb1..6c6cc8ae 100644 --- a/vocabularies/PDF.md +++ b/vocabularies/PDF.md @@ -34,3 +34,4 @@ Property|Type|Description [ResultSizeMaximum](./PDF.xml#L96:~:text=Max result size for PDF documents. Used if $top has been provided and $top > ResultSizeMaximum [IANATimezoneFormat](./PDF.xml#L102:~:text=If this is true, treeview output is supported for hierarchical data +[TextDirectionLayout](./PDF.xml#L112:~:text=PDF supports setting the text direction-layout (e.g. left-to-right or right-to-left) in the document description \ No newline at end of file diff --git a/vocabularies/PDF.xml b/vocabularies/PDF.xml index db8a4ce2..b96a96ab 100644 --- a/vocabularies/PDF.xml +++ b/vocabularies/PDF.xml @@ -109,6 +109,12 @@ If this is true, treeview output is supported for hierarchical data + + + + PDF supports setting the text direction-layout (e.g. left-to-right or right-to-left) in the document description + +