mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix MergePages
This commit is contained in:
@ -181,7 +181,7 @@ bool CPdfFile::MergePages(const std::wstring& wsPath, const std::wstring& wsPass
|
||||
return false;
|
||||
}
|
||||
|
||||
bool bRes = m_pInternal->pEditor->SplitPages(arrPageIndex, unLength);
|
||||
bool bRes = m_pInternal->pEditor->MergePages(pMergeFile->m_pInternal->pReader, arrPageIndex, unLength, nMergePos);
|
||||
RELEASEOBJECT(pMergeFile);
|
||||
return bRes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user