mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
.
This commit is contained in:
@ -108,7 +108,10 @@ int main(int argc, char *argv[])
|
||||
#if 1
|
||||
CHtmlFile oFile;
|
||||
std::wstring sMetaInfo;
|
||||
int nResult = oFile.ConvertEpub(L"D:/1", sMetaInfo, L"D:/test/Document");
|
||||
//int nResult = oFile.ConvertEpub(L"D:/1", sMetaInfo, L"D:/test/Document");
|
||||
std::vector<std::wstring> arFiles;
|
||||
arFiles.push_back(L"Note.html");
|
||||
int nResult = oFile.Convert(arFiles, L"D:\\test\\Document");
|
||||
return 0;
|
||||
#else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user