add test fromHtml

This commit is contained in:
Kulikova Svetlana
2021-02-03 16:32:12 +03:00
parent 74e5d05ea5
commit 922211cf4b
3 changed files with 30 additions and 11 deletions

View File

@ -30,7 +30,7 @@ public:
void SetTempDirectory(const std::wstring& stempDir);
HRESULT Convert(const std::wstring& sInputFile, const std::wstring& sOutputFile, bool bIsOutCompress = true);
void ShowMap();
HRESULT FromHtml(const std::wstring& sSrc, const std::wstring& sDst);
HRESULT FromHtml(const std::wstring& sSrc, const std::wstring& sDstFile);
};
#endif // CEPUBFILE_H