View Single Post
Old 01-26-2024, 07:15 AM   #2
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,061
Karma: 147983159
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Shohreh View Post
Hello,

Apparently, since neither Calibre nor Abbyy can use a PDF's bookmarks to split chapters, I'm thinking of 1) exporting chapters into independent PDFs, 2) convert them into individual EPUBs, and 3) join them into a single EPUB file.

Code:
cpdf.exe -split-bookmarks 0 input.pdf -o out%%%.pdf
Is there an open-source, preferably CLI application, that can join EPUBs into a coherent file?

Thank you.
You can use calibre with the EpubMerge plugin.
JSWolf is offline   Reply With Quote