-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
1
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
We should have the ability to export child pages using PDF export - rather than having to use 'export space'.
Because we have large spaces, and because Confluence does not handle space export well without it seriously degrading site performance, we have disabled 'space export' for the majority of users. We still allow PDF exports, however. The annoying thing is that you cannot export page with its children using this method.
- is duplicated by
-
CONFSERVER-22117 Export to PDF Function To Include Children
- Closed
- is related to
-
CONFSERVER-69504 contentToBeExcluded property should not be calculated in custom PDF export
- Gathering Interest
- relates to
-
CONFCLOUD-22012 PDF Export should include option for child pages without having to use export space
- Gathering Interest
Form Name |
---|
The issue is quite old but we analyzed the pdf export on our instances and found an improvement, that will lead to a more stable functionality.
When a custom export from a small subtree is made on a large space (>20.000 pages), a full export is started instead of exporting the selected subtree. This wrong export cannot be cancelled and blocks system resources.
I analyzed the problem and found in the confluence-flying-pdf plugin, that for each page in the content tree of the space a value is added to the either "contentToBeExcluded" or "contentToBeExported" form parameter but only the "contentToBeExported" parameter is used to filter the content tree for the export. Removing the "contentToBeExcluded" form parameter should lead to a more stable function by avoiding exceed of the request size. We tried this already manually and it works.