Merge remote-tracking branch 'origin/hotfix/v7.5.1' into develop

This commit is contained in:
Elena.Subbotina
2023-11-02 10:06:01 +03:00
9 changed files with 75 additions and 30 deletions

View File

@ -1957,7 +1957,7 @@ HRESULT CPdfFile::AdvancedCommand(IAdvancedCommand* command)
}
case IAdvancedCommand::AdvancedCommandType::FormField:
{
return m_pInternal->pWriter->AddFormField(m_pInternal->pAppFonts, (CFormFieldInfo*)command);
return m_pInternal->pWriter->AddFormField(m_pInternal->pAppFonts, (CFormFieldInfo*)command, m_pInternal->wsTempFolder);
}
case IAdvancedCommand::AdvancedCommandType::Annotaion:
{