Parse the author name from content.opf file (#165)
## Summary * Parse the author name from content.opf file * Listed in the dc:creator tag within the metadata section
This commit is contained in:
@@ -40,6 +40,7 @@ class Epub {
|
||||
const std::string& getCachePath() const;
|
||||
const std::string& getPath() const;
|
||||
const std::string& getTitle() const;
|
||||
const std::string& getAuthor() const;
|
||||
std::string getCoverBmpPath() const;
|
||||
bool generateCoverBmp() const;
|
||||
uint8_t* readItemContentsToBytes(const std::string& itemHref, size_t* size = nullptr,
|
||||
|
||||
Reference in New Issue
Block a user