OdfFormatWriter - add documentID, add table of content, table of indexes

This commit is contained in:
ElenaSubbotina
2018-07-11 17:20:51 +03:00
parent e98f4ae7b4
commit ee987f8713
14 changed files with 520 additions and 110 deletions

View File

@ -96,10 +96,10 @@ HRESULT convert_single(std::wstring srcFileName)
Oox2Odf::Converter converter(srcTempPath, type, L"C:\\Windows\\Fonts", NULL);
std::wstring sPassword = L"password";
std::wstring sPassword = L"";//password";
converter.convert();
converter.write(dstTempPath, srcTempPath, sPassword);
converter.write(dstTempPath, srcTempPath, sPassword, L"hiuh56f56tfy7g");
NSDirectory::DeleteDirectory(srcTempPath);