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