-
Notifications
You must be signed in to change notification settings - Fork 173
Work through a large number of files piece by piece #143
Description
When I try to convert a large number of HTML files to Epub by specifying a folder with e.g. 120 files as source, percollate tries to process the whole bunch at once. If the process fails, not a single file is successfully processed and it has to be started completely over.
After all, there could always be a corrupt html file that causes the entire process to fail and since no file-by-file processing is possible, prevents the conversion of all other files.
It would be more practical if percollate would process one file after the other iteratively, so that the finished epubs are saved at once, not only when the conversion of all other source files has worked.
After all, there could always be a corrupt html file that causes the entire process to fail and since no file-by-file processing is possible, prevents the conversion of all other files.
This would be my idea, which would make the application even more useful for power users.
Thanks a lot!