fix pred CTM and size of Page

This commit is contained in:
Kulikova Svetlana
2022-03-25 17:40:58 +03:00
parent a86ed9ee33
commit ecc44c6cec
3 changed files with 46 additions and 6 deletions

View File

@ -514,10 +514,6 @@ return 0;
pageObj.free();
pageRefObj.free();
Page* pPage = m_pInternal->m_pPDFDocument->getCatalog()->getPage(nPageIndex);
double ctm[6];
pPage->getDefaultCTM(ctm, 72, 72, 0, gTrue, gFalse);
return m_pPdfWriter->EditPage(sPage, std::make_pair(pPageRef->num, pPageRef->gen));
}
bool CPdfReader::EditClose(const std::wstring& wsPath)