XFA: xfa engine parsing template

This commit is contained in:
Jakub Melka
2021-11-04 20:01:30 +01:00
parent 624794554c
commit f739e9f544
5 changed files with 92 additions and 2 deletions

View File

@ -1161,6 +1161,8 @@ void PDFFormManager::setDocument(const PDFModifiedDocument& document)
// Just update field values
updateFieldValues();
}
m_xfaEngine.setDocument(document, &m_form);
}
}