Free tools › Documents
PPTX to ODP
For LibreOffice Impress and the open standard — slides, notes and pictures kept.
More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension
How to convert PPTX to ODP
- Drop the file.
- Nothing to choose.
- Press Convert and download.
What happens to your file
LibreOffice opens the file headless on Fylane’s servers and writes the target with its own export filter — the same conversion Save As does on a desktop, without the desktop. Deleted on schedule.
Transitions and animations are the part most often lost between the two formats; text, layouts, pictures and notes carry over.
Questions
Animations?
Some; not all. Check a slide that leans on them.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "convert",
"options": {
"to": "odp"
}
}'The same operation, convert — Documents into another document format: Office, text and HTML to PDF by default, or by `to` into docx, odt, rtf, txt, html, xlsx, ods, csv, pptx, odp, md or epub (Markdown and EPUB through pandoc). Images to WebP. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.