I'm trying to generate an epub in my Android app and then show it using the FolioReader. Today I succeed to integrate the epublib library and generate my first epub. However, it could not be parsed by the reader!
FolioReader utilizes r2-streamer-kotlin to parse the epub file and it expects the opf file to have a package tag but in the genearted epub the contenet.opf tags has opf prefix. How can I remove the prefix?
I'm trying to generate an epub in my Android app and then show it using the FolioReader. Today I succeed to integrate the epublib library and generate my first epub. However, it could not be parsed by the reader!
FolioReader utilizes r2-streamer-kotlin to parse the epub file and it expects the opf file to have a package tag but in the genearted epub the contenet.opf tags has opf prefix. How can I remove the prefix?