mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
.
This commit is contained in:
@ -44,11 +44,8 @@ int _tmain(int argc, _TCHAR* argv[])
|
||||
|
||||
COfficeFileFormatChecker fileChecker;
|
||||
|
||||
std::wstring sDocumentID;
|
||||
std::wstring sDocumentID = fileChecker.getDocumentID(L"d:/test/_pdf/Test3-pdfa-my.pdf");
|
||||
|
||||
if (fileChecker.isMS_OFFCRYPTOFormatFile(dstFileName, sDocumentID))
|
||||
{
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user