Hi Atlassian Community,
I am trying to create a document generator in Confluence where I have several pages included but hidden by default (style=display:none) and the user can select what pages to display (HTML form with Javascript event handlers).
When I want to export to Word the selected pages (style=display:block), the produced Word document will contain all the tables from all the included pages (display: block and none), and will completely omit the actual text from those pages.
I imagine that my HTML/Javascript code is somehow preventing the correct export to Word (breaking the CSS?) and wondered if there was some information out there to do that: maybe put all the displayed elements/included pages into a new popup window and somehow export that to Word?
Thank you
I managed to put the HTML content in a modal popup and remove the undesired text before exporting to word with jquery wordexport.
It's not ideal and would like to know if there is a way to access the Confluence Export to Word functionality programmatically.
Thanks
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.