MOBI ↔ PDF Converter
Front-end for converting MOBI ↔ PDF. This page sends files to a backend endpoint (/convert) which must run Calibre's ebook-convert. See server instructions in the developer doc.
Drag & drop a file here or
Supported input: .mobi (to PDF) and .pdf (to MOBI). File is sent to your server for conversion.
Status: waiting for file
Deployment notes: the server must accept a multipart POST with fields
file (the uploaded file) and direction ('mobi2pdf' or 'pdf2mobi'), then return the converted file with a Content-Disposition header for download.