mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug 74294
This commit is contained in:
@ -450,6 +450,7 @@ BYTE* CPdfFile::SplitPages(const int* arrPageIndex, unsigned int unLength, BYTE*
|
||||
CConvertFromBinParams* pParams = new CConvertFromBinParams();
|
||||
AddToPdfFromBinary(pChanges + 4, nLength - 4, pParams);
|
||||
}
|
||||
m_pInternal->pEditor->AfterSplitPages();
|
||||
|
||||
if (m_pInternal->pWriter->SaveToMemory(&pRes, &nLen) != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user