Quote:
Originally Posted by codefusion
Greetings all,
Is there anyway to export chapters to individual .txt or .doc files automatically?
I see there is a way to convert the book for .txt or .doc etc.. but I'm needing to extract each chapter to a file for a project I'm working on.
My input format is .mobi
|
As far as I recall, exporting to .txt or .docx and then splitting the file in your work processor is likely to be the easiest method. You could convert the mobi to epub and then split the epub using the epubsplit plugin and then converting the mass of epubs produced to .docx but since you have to manually select the split points in either case, the first method is likely to be easier.