After deleting the space, the rights to the space disappeared but the space did not delete
https://lc-cluster.atlassian.net/wiki/spaces/LC/overview
How can I completely remove the space?
Hi An,
PDF Space Export Footer, as in, not Export to PDF, but rather under Content Tools > Export > PDF - exporting a space (selection or whole) to PDF.
You can tweak the PDF Style sheet which will affect the Export to PDF. Use something like
@page
{
position: absolute;
bottom: 0px;
width: 123px;
display: block;
position: relative;
margin: auto;
background-image: url(link-to-image.png);
}
Above is just an example using CSS. A quick google will help you style it how you want
Thanks,
Jared.
This works for me if I click Browse > Space Operations > pdf Export. It doesnt work from the drop-down on the three dot thing on the right of a page. Using Confluence 5.8.4
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.