mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
add test fromHtml
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user