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

Form::ImportXml(const 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(const System::SharedPtr<System::IO::Stream> &inputXmlStream)
ParameterTypeDescription
inputXmlStreamconst System::SharedPtr<System::IO::Stream>&Stream from which XML for import is read.

See Also

Form::ImportXml(const 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(const System::SharedPtr<System::IO::Stream> &inputXmlStream, bool IgnoreFormTemplateChanges)
ParameterTypeDescription
inputXmlStreamconst System::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