> For the complete documentation index, see [llms.txt](https://docs.ovationvr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ovationvr.com/ovation/speech-items/convert-powerpoint-to-images-for-import.md).

# Convert PowerPoint to Images for Import

You can import a PowerPoint file (including the slides and related slide notes) into the Ovation software for use with certain virtual tools (e.g. Computer, Projector, Tablet). The import process requires Ovation to first send the PowerPoint file to our servers where each slide within the file is converted to an image and then sent back to the Ovation software.

Our process of converting from slides to images can sometimes cause unexpected changes to the appearance of your slides, particularly if the PowerPoint file has custom fonts, animations, videos, audio, etc.

If you notice these issues when importing a PowerPoint file, we recommend that you do the conversion to images yourself in your own PowerPoint software, if you own it, and then import the converted images instead of the PowerPoint file.

**\*Note: This process of converting a PowerPoint file to images removes the embedded slide notes. You will need to manually add the notes back after importing the converted images.**

### Conversion Instructions

* Launch the PowerPoint application and open the PowerPoint file you want to convert
* Select File -> Save As
* Make sure to note the file path where the converted images will be saved (e.g. Desktop)
* Open the drop-down box and select JPEG File Interchange Format (\*.jpg)

![Select JPEG](/files/-MksNvH7gSEojW9ufIIR)

* Select Save
* A dialogue box will open. Select 'All Slides'

![Select 'All Slides'](/files/-MksOeWFb3ASHdWqfRnD)

You will now see all of your slides in a folder with the same name as your PowerPoint file. Each of the slides will be sequentially named Slide1, Slide2, etc.

![](/files/-MksPG5bfSWS5Nn2LXdr)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ovationvr.com/ovation/speech-items/convert-powerpoint-to-images-for-import.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
