PsLoadOptions

Inheritance: java.lang.Object, com.aspose.pdf.LoadOptions

public final class PsLoadOptions extends LoadOptions

Represents options for loading/importing of .mht-file into pdf document.

Constructors

ConstructorDescription
PsLoadOptions()Creates load options for converting PostScript into pdf document with empty base path.

Methods

MethodDescription
getFontsFolders()Gets fonts folders paths.
setFontsFolders(String[] value)Sets fonts folders paths.

PsLoadOptions()

public PsLoadOptions()

Creates load options for converting PostScript into pdf document with empty base path.

getFontsFolders()

public String[] getFontsFolders()

Gets fonts folders paths. The folders with additional fonts for conversion.

Returns: java.lang.String[] - array of String values

setFontsFolders(String[] value)

public void setFontsFolders(String[] value)

Sets fonts folders paths. The folders with additional fonts for conversion.

Parameters:

ParameterTypeDescription
valuejava.lang.String[]array of String values