Confluence always adds a page title when you export a page to PDF format.
If you want to get rid off the title do the following:
Go to
Browse -> Space Admin -> Look and Feel -> PDF Stylesheet -> PDF Export Stylesheet -> Edit
and add the following line:
.pagetitle h1 { display: none; }
Now PDF exports don't show the title anymore.
... and they do not display any h1 Headings.
ReplyDelete