Quote:
Originally Posted by kjn
Thanks for a great job!
Would it be possible to add the functionality to append an ebook to another rather than merge them? Assuming you have a book made from pieces a and b (a, b) and want to add c. With Epubmerge on the files you get a new book ((a, b), c) but you'd rather want (a, b, c).
|
I don't see that as being a common enough case to include special code for; plus there are many other ways to do essentially the same thing:
- You can merge a, b, c directly if you still have them.
- You can unmerge (a, b) back to a, b assuming you had the 'Keep UnMerge Metadata' setting checked (it's on by default).
- You can split (a, b) to a, b with EpubSplit.
- You can use EpubMerge's flatten TOC feature.
- You can use another tool such as Calibre's Edit book to modify the merged TOC as desired.