Below are some ideas on how your wiki page can include information from a Microsoft PowerPoint presentation.
On this page:
Option 1 — Office Connector for Confluence
The Office Connector provides the most straightforward way to display PowerPoint slides.
To attach and display a PowerPoint presentation in Confluence,
- Attach the presentation to a Confluence page:
- View the Confluence page where you want to display your presentation.
- Open the 'Tools' menu and select 'Attachments'.
- Browse for your PowerPoint presentation and upload it to the Confluence page.
You will find detailed instructions in Attaching Files to a Page.
- Now you can display the document embedded into the Confluence page, via View File macro. The basic syntax is:
Refer to the detailed instructions on the View File macro.
{viewfile:myPresentation.ppt}
The Office Connector is shipped with Confluence 2.10 and later. The Office Connector plugin is supported for Confluence versions 2.8.0 and later.
Option 2 — Gallery or Slide Show of JPEG or PNG Images
- Convert your PowerPoint pages into JPEG or PNG images, using 'save as' from PowerPoint (slide1.jpg, slide2.jpg...).
- Upload the image files as attachments to your Confluence page. To upload in bulk, use the WebDAV plugin.
- Use the Gallery macro or the Slideshow plugin to render the images as a slide show in Confluence.
Optionally, you could create a page template or a user macro that uses the Slideshow plugin, so that you do not have to code this into the wiki page each time you create a new show.
The Slideshow plugin is not supported by Atlassian. Please weigh up your options carefully before deciding which way to go.
Option 3 — Convert PowerPoint to HTML
You can convert the PowerPoint file to web page format and embed the page inside your Confluence document.
If you accept page edits or comments from untrustworthy users, you should not attempt this process, due to a risk of malicious user attacks via the html-include
macro.
- Review the risks associated with enabling the
html-include
macro here.
- If you decide to proceed, follow the instructions to enable embedded HTML pages using the macro.
- Select an PowerPoint converter. There are at least two applications that can convert PPT to HTML:
- Producer for PowerPoint.
- If you do not have the PowerPoint application on your machine, you can use the Internet Assistant for Powerpoint instead.
- Download and install your chosen converter.
- Follow the converter documentation to perform the HTML conversion. An Internet Assistant conversion guide can be found here. The conversion process will create a small collection of HTML pages. Each slide will have its own page, plus an index page with buttons to let you switch between slide pages.
- If you wish, you can test the HTML presentation now by loading the index page in your browser.
- Place the HTML files into their own directory, named uniquely by the title of your presentation.
- Find a suitable location to host these files within your web server. Confluence hosts all files within the
<my-install-directory>/confluence/
directory, so a good example location for Confluence standalone users is to go to<my-install-directory>/confluence/pages/
and create a subdirectory calledpowerpoint
.
- Move the HTML directory into the PowerPoint folder, e.g.
<my-install-directory>/confluence/pages/powerpoint/<my-presentation-name>
containingindex.html
,slide01.html
... or similar.
- Edit or create the page where you wish to embed the PowerPoint presentation. In wiki markup, insert the
html-include
macro pointing to the index page of your slides. Remember that URLs are case sensitive. For example{html-include:url=http://<my-base-url>/pages/powerpoint/<my-presentation-name>/index.html}
- Save the page. The index page to your slides should now appear.
RELATED TOPICS
Working with the Office Connector
Working with Attachments
Take me back to Wikis Help Guide