EpubToPdf icon indicating copy to clipboard operation
EpubToPdf copied to clipboard

Converts Epub files to PDF files.

Results 9 EpubToPdf issues
Sort by recently updated
recently updated
newest added

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26.0 to 1.27.5. Release notes Sourced from pypdf2's releases. Version 1.27.5, 2022-04-15 Security (SEC) ContentStream_readInlineImage had potential infinite loop (#740) Bug fixes (BUG) Fix merging encrypted files...

dependencies

The code is not working for all the pages. In my system, it is not converting the chapters to pdf. Why is it so?

Adds a devcontainer with the configurations required to install all needed dependencies for this project automagically.

After converting to PDF, Chinese characters are lost, and the result is full of errors. ![image](https://github.com/HAKSOAT/EpubToPdf/assets/75245181/e0b62264-809a-4a50-bcf8-e87310cea964) This is the origin file: [ori-epub-file.zip](https://github.com/HAKSOAT/EpubToPdf/files/13294922/ori-epub-file.zip)

Not all python default encoding is utf-8 (cp950 is also very common).

I was getting a collections.Callable error when I first run the project. This was how I was able to fix that error.

Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26.0 to 1.27.9. Release notes Sourced from pypdf2's releases. Version 1.27.9, 2022-04-24 What's Changed A change I would like to highlight is the performance improvement for large...

dependencies

My pdf file after convert don't have padding, so how to set padding in each page after convert epub to pdf? ![image_2023_04_21T09_07_52_509Z](https://user-images.githubusercontent.com/3797812/233600968-c3ab07c4-c78b-4e12-a88a-3a0998644507.png)