Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
4d9084f8
Commit
4d9084f8
authored
Nov 03, 2019
by
Carsten Rose
Browse files
wkhtml tip
parent
22bd35d4
Pipeline
#2592
passed with stages
in 2 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Manual.rst
View file @
4d9084f8
...
...
@@ -7181,11 +7181,14 @@ Use in `report`::
sql
=
SELECT
CONCAT
(
'd:Letter.pdf|t:'
,
p
.firstName
,
' '
,
p
.name
,
'|p:id=letterbody&pId='
,
p
.id
,
'&_sip=1'
#
missing
margin-bottom
hides
the
footer
,
'&--margin-top=50mm&--margin-bottom=20mm'
,
'&--margin-top=50mm'
,
'&--header-html={{BASE_URL_PRINT:Y}}?id=letterheader'
#
IMPORTANT
:
set
margin-bottom
to
make
the
footer
visible
!
,
'&--margin-bottom=20mm'
,
'&--footer-right="Seite: [page]/[toPage]"'
,
'&--footer-font-size=8&--footer-spacing=10'
)
AS
_pdf
FROM
Person
AS
p
ORDER
BY
p
.id
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment