Fix bug 74294

This commit is contained in:
Svetlana Kulikova
2025-05-14 16:45:35 +03:00
parent 84de7e98be
commit 923f39fada
7 changed files with 82 additions and 16 deletions

View File

@ -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)
{