Merge remote-tracking branch 'origin/develop' into feature/pdfForms

This commit is contained in:
Kulikova Svetlana
2023-07-11 15:57:35 +03:00
454 changed files with 10591 additions and 11973 deletions

View File

@ -853,7 +853,7 @@ void CPdfFile::CreatePdf(bool isPDFA)
int CPdfFile::SaveToFile(const std::wstring& wsPath)
{
if (!m_pInternal->pWriter)
return 0;
return 1;
return m_pInternal->pWriter->SaveToFile(wsPath);
}
void CPdfFile::SetPassword(const std::wstring& wsPassword)