View Single Post
Old 01-26-2024, 07:09 AM   #1
Shohreh
Addict
Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.
 
Posts: 207
Karma: 304158
Join Date: Jan 2016
Location: France
Device: none
Question [SOLVED] Join multiple EPUBs into single file?

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.

Last edited by Shohreh; 01-26-2024 at 07:42 AM.
Shohreh is offline   Reply With Quote