-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Page - Export - PDF
-
2
Ability to apply PDF export customizations to include the below values in the PDF header or footer sections
- Space Name
- Name of last modifier
- Date of last modification
I did give it a try with the below sample code, but I had no luck.
@page {
size: A4;
margin: 2cm;
@top-left {
content: "@space.name\A"
"Last updated by: @page.last-modifier.fullname\A"
"Last updated on: @page.last-modified";
white-space: pre;
font-size: 8pt;
}
@bottom-right {
content: "Page " counter(page) " of " counter(pages);
font-size: 10pt;
}
}
- is cloned from
-
CONFCLOUD-22489 Allow programing constructs in PDF export stylesheet
- Closed