I am trying to export 5 pages to PDF, but only the main page appears at the exported PDF document, all other pages are missing...
I am using PDF Stylesheet, but this is not the problem sinc I alreday tested this export withou the Stysheet and I had the same problem.
This export process is the Space export process.
Thanks for helping
Joao Flavio
I understand you are using the custom space export to PDF and the child pages are not being exported. I just tried reproducing the issue on my Cloud test instance and the child pages did export with the parent when I selected them.
A similar issue was previously reported for Confluence Cloud, but a private comment on the ticket indicates it is fixed. I look forward to hearing whether you are still experiencing the issue.
Hello Ann,
Thanks a lot for your answer.
I found the problem, when I use the attachments macro with the noprint user macro at the previsous page, the next page is not exported or printed.
Here is the code I used for the noprint user-macro:
## @noparams
<div class="noprint">$body</div>
I think it is a system bug.
As a workaround I removed the attachements macro from the noprint and add a code at the PDF stysheet to not print attachment list
plugin_attachments_container{ display: none ; }
and now is working.
:)
Thanks again
Joao Flavio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.