Free tools › Documents
Pages to Word
For the colleague on Windows: the text, headings, lists and pictures of a Pages file, in Word.
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 Pages to Word
- Drop the .pages file.
- Nothing to choose.
- Press Convert and download the Word file.
What happens to your file
The Pages document is rendered first, then its text, headings, lists and pictures become the Word file; exact placement, columns and text boxes do not survive the trip. PDF is the faithful target; this one is for editing.
Questions
Will it look the same?
No — it will read the same. Word gets the words, the structure and the pictures; the page design is Pages’ own. Use Pages to PDF for a copy that looks right.
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": "docx"
}
}'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.