MLBookProc 1.1
 
Loading...
Searching...
No Matches
MLBookProc

MLBookProc is a library for managing .fb2, .epub, .pdf, .djvu and .odt e-book file collections. It can also works with same formats packed in zip, 7z, jar, cpio, iso, tar, tar.gz, tar.bz2, tar.xz, rar archives (rar archives are available only for reading) itself or packed in same types of archives with .fbd files (epub, djvu and pdf books). MLBookProc creates own database and does not change files content, names or location.

To start add cmake package MLBookProc to your project.

find_package(MLBookProc)
if(MLBookProc_FOUND)
target_include_directories(myproject PRIVATE MLBookProc::mlbookproc)
target_link_libraries(myproject PUBLIC MLBookProc::mlbookproc)
endif()

Then create AuxFunc object. Further reading: CreateCollection, RefreshCollection, BaseKeeper, BookMarks, NotesKeeper, BookInfo, OpenBook.