Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I export to Word from a blog post? The only option I have is export to PDF.

Tony Kennedy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 6, 2014

How can I export to Word from a blog post? The only option is to export to PDF...

1 answer

1 accepted

2 votes
Answer accepted
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 6, 2014

The option isn't there, but if you go to Confluence Admin -> Custom HTML and put this in the "After Body" section it should show up.

<script type="text/javascript">
	AJS.toInit(function() {
		if(AJS.$('#action-export-word-link').length == 0) {
			var html = '<li><a id="action-export-word-link" href="' + AJS.Meta.get('base-url') + '/exportword?pageId=' + AJS.Meta.get('page-id') + '" class="action-export-word active" title=""><span>Export to Word</span></a></li>';
			
			AJS.$('#action-export-pdf-link').after(html);
		}
	});
</script>

Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 6, 2014

Hey, no problem. Feel free to mark it as answered ... it is the little check box below the up down arrows.

Tony Kennedy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 6, 2014

Awesome. This worked perfectly. Thanks Davin!!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events