Package com.datalogics.PDFL
Class XPSConvertParams
java.lang.Object
com.datalogics.PDFL.XPSConvertParams
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.
-
Constructor Summary
ConstructorsConstructorDescriptionSet up default parameters for XPS conversion.XPSConvertParams(String SettingsFile) Set up parameters for XPS conversion. -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()The path to the .joboptions file to use.voidsetPathToSettingsFile(String theSettingsFile) The path to the .joboptions file to use.
-
Constructor Details
-
XPSConvertParams
public XPSConvertParams()Set up default parameters for XPS conversion. -
XPSConvertParams
Set up parameters for XPS conversion.- Parameters:
SettingsFile- 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.
-
-
Method Details
-
delete
public void delete() -
getPathToSettingsFile
The path to the .joboptions file to use. -
setPathToSettingsFile
The path to the .joboptions file to use.
-