mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
add page by index
This commit is contained in:
@ -585,7 +585,7 @@ return 0;
|
||||
if (!m_pInternal->m_pPdfWriter || !m_pInternal->m_pPDFDocument)
|
||||
return false;
|
||||
|
||||
return m_pInternal->m_pPdfWriter->NewPage();
|
||||
return m_pInternal->m_pPdfWriter->AddPage(nPageIndex);
|
||||
}
|
||||
bool CPdfReader::EditClose(const std::wstring& wsPath)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user