Hello,
When exporting a Confluence space to PDF confluence automatically creates a page with a TOC, but I already have my own TOC in the space.
Is there a way to stop the automatic creation of this page?
Thank you!
Hi @Paul Kunstmann and welcome to the community,
Perhaps I would try to hide it via the css pdf stylesheet. Maybe try something like:
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.