Aspose::Pdf::Facades::Form::ImportXml method

Form::ImportXml(System::SharedPtr<System::IO::Stream>) method

Imports the content of the fields from the xml file and put them into the new pdf.

void Aspose::Pdf::Facades::Form::ImportXml(System::SharedPtr<System::IO::Stream> inputXmlStream)
ParameterTypeDescription
inputXmlStreamSystem::SharedPtr<System::IO::Stream>Stream from which XML for import is read.

See Also

Form::ImportXml(System::SharedPtr<System::IO::Stream>, bool) method

Imports the content of the fields from the xml file and put them into the new pdf.

void Aspose::Pdf::Facades::Form::ImportXml(System::SharedPtr<System::IO::Stream> inputXmlStream, bool IgnoreFormTemplateChanges)
ParameterTypeDescription
inputXmlStreamSystem::SharedPtr<System::IO::Stream>The input xml stream.
IgnoreFormTemplateChangesboolIf this parameter is true then all changes of the XFA form template will not be saved

See Also