Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates documentation of page format to provide info to set unusual page sizes directly #244

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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*.
Loading