@Bilal93 approached me to add some features to Modify ePub. Which I have.
Bilal93 has asked that I also make a public version containing the added features in case others find them useful.
Features added:
- Add spine rtl - Make sure <spine> tag has attribute page-progression-direction="rtl".
- Remove spine rtl - Make sure <spine> tag doesnt have attribute page-progression-direction="rtl".
- Rename .html files .xhtml - Change any .html files to .xhtml.
- Remove files named - Remove files with any of the names (comma separated) below. Case insensitive.
I also bumped the version number. I leave it up to the community whether these features are worth including in the general release.
EDIT: This version also addresses the
_remove_files_if_exist() issue from my previous post.