(c) 2020 David Teviotdale
Tool to allow joining Epubs created by WebToEpub into a single Epub.
The intended purpose is for web novels that are released over time. This means that as the novel is published, you don't need to redownload all the chapters to get a single Epub. Instead, just download the new chapters and merge them into the previous download.
I built this for my own use. If it works for you, great. If it doesn't, feel free to create an issue, but I make no promise I will do anything about it.
If you have a Windows computer, there's a pre-built version you can install with the following steps.
- Go to https://drive.google.com/drive/folders/1B_X2WcsaI_eg9yA-5bHJb8VeTZGKExl8.
- Download the MergeWebToEpub zip file
- Unpack the zip file
- Double click on MergeWebToEpub.exe
- Start MergeWebToEpub
- On file menu, select open and pick the Epub that will be the first chapters.
- Then, on file menu, select "Append to End" for next chapters to add to end of the Epub.
- Repeat step 3 if there are additional Chapters to add.
- If there are chapters to remove (e.g. Duplicated chapters, unwanted covers, etc) select the chapters, right click and select "Delete Item"
- On file menu, select "Save"
You can also move chapters around in the Spine.
- Select chapters to move.
- Right click and select "Cut Item(s)"
- Select position in ToC where you want to add the cut chapters.
- Right click and slelct "Paste Item(s)".
Licenced under GPLv3.
- DotNetZip https://documentation.help/DotNetZip/CSharp.htm
- HtmlAgilityPack https://html-agility-pack.net/