Convert EPUB to PDF

Convert EPUB to PDF online, by software or command line

Convert EPUB to PDF

EPUB (short for electronic publication) is a free and open e-book standard by the International Digital Publishing Forum (IDPF). Files have the extension .epub.

EPUB is designed for reflowable content, meaning that an EPUB reader can optimize text for a particular display device. EPUB also supports fixed-layout content. The format is intended as a single format that publishers and conversion houses can use in-house, as well as for distribution and sale. It supersedes the Open eBook standard.

You can convert EPUB to PDF online, by our PDFConvert desktop software or command line program.

Convert EPUB to PDF Online

EPUB to PDF Converter Form
Local EPUB File: (*.EPUB)

Use this form to upload a local EPUB file and convert the EPUB file to PDF file.

1. Click the "Choose File" button (different web browsers may have different button names such as "browse..."), a browse window will open, select a local plain text file and click the "Open" button.
2. Click the "Convert Now!" button to convert. Wait a few seconds for the file conversion to finish.
3. You can download or view the output PDF file on your web browser after conversion. No email address required to receive files.

Convert EPUB to PDF software

Add document files

After installing PDFConvert software, click Start - Programs - PDFConvert - PDFConvert to run.

Click "Create PDF" link, click "EPUB to PDF" button on the left, click "Add Files" button to add local EPUB files. You can also directly drag EPUB files from file explorer and drop to list.

After adding EPUB files into the list. You can click the "Create PDF" button to create PDF file from the document files you selected.

The default output directory is "PDFConvert" directory in "My Document". PDFConvert will try to create this directory if it doesn't exist and open it when conversion is completed.

Convert EPUB to PDF command line

Download pdfconvert.exe, and run pdfconvert.exe command line program to convert EPUB to PDF on background without windows showed.
/?
Shows all command line parameters of pdfconvert.exe.
/i
input files
For example: pdfconvert.exe /i "c:\epub\1.epub"
/o
output folder
For example: pdfconvert.exe /o "c:\pdf"
/cs 7000
convert EPUB file to pdf file
For example: This command will convert local EPUB file "c:\epub\1.epub" to PDF file "c:\pdf\1.pdf".
pdfconvert.exe /cs 3000 /i "c:\epub\1.epub" /o "c:\pdf"