Free tools › Documents
Keynote to PowerPoint
For the team on Windows: the slides of a Keynote file, editable in PowerPoint.
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 Keynote to PowerPoint
- Drop the .key file.
- Nothing to choose.
- Press Convert and download the PowerPoint file.
What happens to your file
LibreOffice Impress reads the Keynote package and writes a PowerPoint deck: each slide with its text boxes, pictures and shapes as objects you can move and edit; the master layouts become slide masters.
Keynote transitions, Magic Move and builds do not translate; add PowerPoint’s own in the result.
Questions
Will it look identical?
Close, not identical: fonts and some Keynote-only effects change. Where looks matter more than editing, use Keynote to PDF.
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": "pptx"
}
}'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.