Quote:
Originally Posted by capink
.
|
I might be so paranoid but it still won't stop it from deleting folder or some files with no extensions that contain .ttf
I rechecked the plugin's release thread
https://www.mobileread.com/forums/sh....php?p=4174583
and removing embedded font using editor's builtin tools via editor chains is maybe not supported. (not in currently available actions)
btw I found a way to bulk compress images using for loop commands + editor chains combo. for those interested :
for /r "C:\Users\foldername" %v in (*.epub) do calibre-debug -r "Editor Chains" "Misc Actions" "%v" "%v.epub"
I have yet to find a way to save the output files in separate folder. if any one knows how, please let me know.