EpubToPdf
EpubToPdf copied to clipboard
Converts Epub files to PDF files.
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...
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...
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.  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...
My pdf file after convert don't have padding, so how to set padding in each page after convert epub to pdf? 