Aspose::Pdf::Facades::Form::ExportFdf method

Form::ExportFdf method

Exports the content of the fields of the pdf into the fdf stream.

void Aspose::Pdf::Facades::Form::ExportFdf(System::SharedPtr<System::IO::Stream> outputFdfStream)
ParameterTypeDescription
outputFdfStreamSystem::SharedPtr<System::IO::Stream>The output fdf stream.

See Also