XPSConvertParams Class Documentation

classXPSConvertParams

Namespace:com::datalogics::PDFL

Detailed Description

Class that works with XPS conversion parameters. The XML Paper Specification (XPS) is a standard document format that Microsoft created in 2006 as an alternative to the PDF format. The XPS format is intended to be a simple but secure file format, without embedded images or video clips, and easy to share and print.

NOTE: This class is only available on Windows or Linux.

Referenced by

Constructor & Destructor Documentation

XPSConvertParams

XPSConvertParams()

Set up default parameters for XPS conversion.

XPSConvertParams

XPSConvertParams(StringSettingsFile)

Parameters

SettingsFile: String

The path to the .joboptions file to use. By default, the Standard.joboptions file located in the Resources directory is used. The default file will be used if the specified file is not found.

Set up parameters for XPS conversion.

Member Function Documentation

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

delete

synchronized voiddelete(Booleandisposing)

Parameters

disposing: Boolean

Returns:

synchronized void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void

getPathToSettingsFile

StringgetPathToSettingsFile()

Returns:

String

The path to the .joboptions file to use.

setPathToSettingsFile

voidsetPathToSettingsFile(StringtheSettingsFile)

Parameters

theSettingsFile: String

Returns:

void

The path to the .joboptions file to use.