From 9100a7fadfa35ddafe84e1485189af29d1b7e530 Mon Sep 17 00:00:00 2001 From: Rolf Thomas Date: Thu, 19 Sep 2024 11:04:32 +0200 Subject: [PATCH] Update Index.rst to provide info to set unusual page sizes directly I had a bit of a hard time finding this config option at all --- .../ConfigurationReference/TypoScriptReference/Index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/ConfigurationReference/TypoScriptReference/Index.rst b/Documentation/ConfigurationReference/TypoScriptReference/Index.rst index e0615b0..3ed13d8 100644 --- a/Documentation/ConfigurationReference/TypoScriptReference/Index.rst +++ b/Documentation/ConfigurationReference/TypoScriptReference/Index.rst @@ -453,7 +453,7 @@ page.format :typoscript:`plugin.tx_pdfviewhelpers.settings.page.format =` :ref:`t3tsref:data-type-string` -Defines the format of the current page. Possible values are e.g. ``A0`` - ``A12``, to see all possible values you have to check ``\TCPDF_STATIC::$page_formats``. +Defines the format of the current page. Possible values are e.g. ``A0`` - ``A12``, to see all possible values you have to check ``\TCPDF_STATIC::$page_formats``. You can also provide numeric values as fluid array e.g. ``{0:210,1:75}`` to set unusual page sizes. .. _page.keepMargins: @@ -891,4 +891,4 @@ bookmark.color :typoscript:`plugin.tx_pdfviewhelpers.settings.bookmark.fontStyle =` :ref:`t3tsref:data-type-boolean` -The ``fontStyle`` this individual bookmark. Also see *See generalText*. \ No newline at end of file +The ``fontStyle`` this individual bookmark. Also see *See generalText*.