Convert PDF to EPUB

Convert PDF to EPUB online, by software or command line

Convert PDF to EPUB

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 PDF to EPUB by PDFConvert desktop software or command line program.

Convert PDF to EPUB Online

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

Use this form to upload a local PDF file and convert the PDF file to EPUB 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 Adobe PDF 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 directly download the output EPUB file on your web browser after conversion. No email address required to receive files.

Convert PDF to EPUB software

Add PDF files

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

Click the "Convert PDF" Toolbar, click the "PDF to EPUB" button, then click the "Add Files" to add local PDF files. You can also directly drag PDF files from file explorer and drop to list.

When selecting a PDF file, PDFConvert will check the PDF file's security information. PDFConvert will automatically remove owner password and restrictions if the PDF file is secured by owner password. PDFConvert will prompt to enter user password if the PDF file is secured by user password which is unable to crack.

Click the "Convert PDF" button to convert PDF files you selected to CHM files. 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 PDF to EPUB command line

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