Skip to content

Commit

Permalink
Update Index.rst to provide info to set unusual page sizes directly
Browse files Browse the repository at this point in the history
I had a bit of a hard time finding this config option at all
  • Loading branch information
rolf-thomas authored Sep 19, 2024
1 parent 95c41fc commit 9100a7f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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*.
The ``fontStyle`` this individual bookmark. Also see *See generalText*.

0 comments on commit 9100a7f

Please sign in to comment.