ConvertToXps Method (String, String) |
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
)
Public Shared Sub ToXps (
sourceFilePath As String,
xpsFilePath As String
)
public:
static void ToXps(
[InAttribute] String^ sourceFilePath,
[InAttribute] String^ xpsFilePath
)
pdftron.PDF.Convert.ToXps = function(sourceFilePath, xpsFilePath);
Parameters
- sourceFilePath
- Type: SystemString
The full path of the file to convert. - xpsFilePath
- Type: SystemString
The full path where to save the XPS file.
See Also