This commit is contained in:
Svetlana Kulikova
2025-04-15 14:35:49 +03:00
parent f5f3d2572e
commit c7fa85602d
8 changed files with 17 additions and 24 deletions

View File

@ -102,7 +102,6 @@ void CPdfFile::RotatePage(int nRotate)
{
if (!m_pInternal->pWriter)
return;
// Применение поворота страницы для writer
m_pInternal->pWriter->PageRotate(nRotate);
}
bool CPdfFile::EditPdf(const std::wstring& wsDstFile)