Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix epub specification violation (#113)
According to the epub specifications (https://www.w3.org/TR/epub/#sec-zip-container-mime) epub creators must not compress the mimetype file in the epub. The updated RemoveDrm function creates a new zip file with using the `ZIP_DEFLATED` compression method for all the files, except mimetype
- Loading branch information