/epub-to-pdf

This is a basic python script that lets you convert Epub files to PDF of any size.

Primary LanguagePythonMIT LicenseMIT

EpubToPdf

This program converts epub documents to pdf documents.

Installation

Simply fork this repository to your machine.

Requirements

To install the requirements, run the following command:

pip install -r requirements.txt

After this, you install the wkhtmltopdf which is a dependency of the pdfkit module.

wkhtmltopdf file can be downloaded here

For Debian/Ubuntu users:

$ sudo apt-get install wkhtmltopdf

should do the trick.

If you get a QXcbConnection: Could not connect to display error, check this issue.

Usage

Copy the epub file inside the repository folder when forked.

Run the main.py file, adding the name of the epub file as a commandline argument.

As shown below:

python main.py epub-file-name