Aspose::Pdf::Facades::Form::ImportXfdf method

Form::ImportXfdf method

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

void Aspose::Pdf::Facades::Form::ImportXfdf(System::SharedPtr<System::IO::Stream> inputXfdfStream)
ParameterTypeDescription
inputXfdfStreamSystem::SharedPtr<System::IO::Stream>The input xfdf(xml) stream.

See Also