|
I think I solved my problem. Kind of.
I first changed the file-extension from .EPUB to .ZIP. This gets me a compressed map with 3 entries: /METAINF, /OEBPS and a mimetype-file.
And indeed, /META-INF does contain a "encryption.xml". /OEBPS contains a /Fonts with 2 entries: font00318.otf and font00319.otf, and the "content.opf" has the <manifest> specifying 2 entries: one each for the abovementioned fonts.
I decided to get rid of those 2 fonts (simply deleted them) and funny enough, this - somehow - got rid of /Fonts and the "encryption.xml". Didn't touch the <manifest>.
I then changed the file-extension back to .EPUB and behold! The problem has disappeared.
|