A simple web application that converts EPUB files to PDF format using Calibre's conversion tools.
Before using this application, you need to have Calibre installed on your system as the conversion relies on Calibre's ebook-convert
command-line tool.
- Download Calibre from the official website
- Run the installer and follow the installation instructions
- Make sure to add Calibre to your system PATH during installation (usually selected by default)
- Verify installation by opening Command Prompt and typing
ebook-convert --version
-
Download Calibre from the official website
-
Install the application by dragging it to your Applications folder
-
The installer should automatically create the necessary symlinks for command-line tools
-
Alternatively, you can use Homebrew:
brew install calibre
-
Verify installation by opening Terminal and typing
ebook-convert --version
-
For Debian/Ubuntu-based distributions:
sudo apt-get update sudo apt-get install calibre
-
For Fedora:
sudo dnf install calibre
-
For other distributions, follow the Linux installation instructions
-
Verify installation by opening Terminal and typing
ebook-convert --version
-
Clone or download this repository
-
Make sure you have Node.js (v14 or higher) installed
-
Install the dependencies using pnpm:
pnpm install