View Single Post
Old 01-20-2023, 06:42 AM   #12
tatagi
Connoisseur
tatagi began at the beginning.
 
Posts: 52
Karma: 10
Join Date: Oct 2022
Device: none
Quote:
Originally Posted by capink View Post
.
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.
tatagi is offline   Reply With Quote