Insert html/mht/epub to conveter

This commit is contained in:
Oleg.Korshul
2020-09-09 15:52:51 +03:00
parent 8277e3cfcb
commit ac6597599a
5 changed files with 42 additions and 40 deletions

View File

@ -25,7 +25,7 @@ public:
void Clear();
HRESULT IsEbubFile(const std::wstring& sfileName);
void SetTempDirectory(const std::wstring& stempDir);
HRESULT Convert(const std::wstring& sInputFile, const std::wstring& sOutputFile);
HRESULT Convert(const std::wstring& sInputFile, const std::wstring& sOutputFile, const bool& bIsOutCompress = true);
void ShowMap();
};