Back to Devexpress

PdfFormData.Save(String, PdfFormDataFormat) Method

officefileapi-devexpress-dot-pdf-dot-pdfformdata-dot-save-x28-system-dot-string-devexpress-dot-pdf-dot-pdfformdataformat-x29.md

latest1.5 KB
Original Source

PdfFormData.Save(String, PdfFormDataFormat) Method

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

Saves the interactive form data into a file in the specified form data format.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public void Save(
    string fileName,
    PdfFormDataFormat format
)
vb
Public Sub Save(
    fileName As String,
    format As PdfFormDataFormat
)

Parameters

NameTypeDescription
fileNameString

A file path and file name.

| | format | PdfFormDataFormat |

An enumeration value that indicates the form data format.

|

See Also

PdfFormData Class

PdfFormData Members

DevExpress.Pdf Namespace