mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
.....
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62729 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
05edf7aeec
commit
6093b1ad72
@ -62,7 +62,7 @@ void ConvertFolder(CMetaFile &oMetaFile, std::wstring wsFolderPath, const int nT
|
||||
if (oMetaFile.LoadFromFile(wsFilePath.c_str()))
|
||||
{
|
||||
std::wstring wsDstFilePath = (wsFilePath.substr(0, wsFilePath.size() - 3)).append(L"bmp");
|
||||
oMetaFile.ConvertToRaster(wsDstFilePath.c_str(), 1, 1000);
|
||||
oMetaFile.ConvertToRaster(wsDstFilePath.c_str(), 1, 1980);
|
||||
oMetaFile.Close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user