Click or drag to resize

ConvertToXps Method (String, String, XPSOutputOptions)

Converts an input file to XPS format.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static void ToXps(
	string sourceFilePath,
	string xpsFilePath,
	XPSOutputOptions options
)

Parameters

sourceFilePath
Type: SystemString
The full path of the file to convert.
xpsFilePath
Type: SystemString
The full path where to save the XPS file.
options
Type: pdftron.PDFXPSOutputOptions
Conversion options to use.
See Also