Click or drag to resize

ConvertToXod Method (String, String, XODOutputOptions)

Converts the input to XOD format.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static void ToXod(
	string sourceFilePath,
	string xodFilePath,
	XODOutputOptions options
)

Parameters

sourceFilePath
Type: SystemString
The source file.
xodFilePath
Type: SystemString
The destination file.
options
Type: pdftron.PDFXODOutputOptions
Conversion options to use.
Remarks

This method is only retained for compatibility. It is recommended to use the asynchronous version of this method: ToXodAsync.

See Also