We were going to export pdf with specific PDF layout in Confluence. But we found that every pdf contains a cover page, with an unnecessary table of contents in there. even if we did not even edit cover page in space setting. So anyone knows how to remove the table?
Go to "Space Settings" -> "Look and Feel" -> "PDF Export"
Edit the "PDF stylesheet", Insert the style below:
div.toc
{
display: none;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.