Table of Contents

Method ExportFdf

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

ExportFdf(string)

Takes the values from the controls in this PdfDocument and exports them into FDF document.

public void ExportFdf(string fileName)

Parameters

fileName string

The name of the FDF file to save form data to.

ExportFdf(Stream)

Takes the values from the controls in this PdfDocument and exports them into FDF document.

public void ExportFdf(Stream stream)

Parameters

stream Stream

The stream to save form data to.