PDF → AZW3
Convert a PDF to AZW3 (Kindle) format. This front-end sends the PDF to a server endpoint that runs Calibre's ebook-convert to produce AZW3. Files stay private on your server.
Drag & drop a PDF here or
Input must be a PDF. The server must accept a multipart POST and return the converted AZW3 file.
Status: waiting for PDF
Server requirements: Calibre installed and an endpoint (e.g. /convert-azw3) that runs
ebook-convert input.pdf output.azw3. If you want, I can provide a server script for Node/PHP.