Custom PDF export styling to include additional attributes related to space

XMLWordPrintable

    • 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;
      }
      }
      

            Assignee:
            Unassigned
            Reporter:
            Vinod Reddy - [Atlassian Support]
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: