Free tools › Documents
EPUB to PDF
Chapters laid out on pages you can print, annotate or read anywhere.
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 EPUB to PDF
- Drop the file.
- Nothing to choose.
- Press Convert and download.
What happens to your file
pandoc reads the EPUB (its chapters, headings, emphasis, lists and embedded pictures) into a DOCX with real styles, and LibreOffice lays that out as an A4 PDF with the chapter headings in the outline. DRM-protected books cannot be read by anyone; a refused file usually is one.
Reflowable text becomes fixed pages: the PDF’s page count is a product of the font size, not the book’s own.
Questions
Will the pictures be there?
Pictures embedded in the EPUB, yes. Fonts the book bundles are replaced by the server’s own.
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": "pdf"
}
}'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.