Aspose::Pdf::Facades::Form::ImportXml método

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

Importa el contenido de los campos del archivo xml y los coloca en el nuevo pdf.

void Aspose::Pdf::Facades::Form::ImportXml(const System::SharedPtr<System::IO::Stream> &inputXmlStream)
ParámetroTipoDescripción
inputXmlStreamconst System::SharedPtr<System::IO::Stream>&Flujo desde el cual se lee el XML para importación.

Ver también

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

Importa el contenido de los campos del archivo xml y los coloca en el nuevo pdf.

void Aspose::Pdf::Facades::Form::ImportXml(const System::SharedPtr<System::IO::Stream> &inputXmlStream, bool IgnoreFormTemplateChanges)
ParámetroTipoDescripción
inputXmlStreamconst System::SharedPtr<System::IO::Stream>&El flujo xml de entrada.
IgnoreFormTemplateChangesboolSi este parámetro es verdadero, entonces todos los cambios de la plantilla de formulario XFA no se guardarán.

Ver también