PsLoadOptions
Contents
[
Hide
]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
Constructor | Description |
---|---|
PsLoadOptions() | Creates load options for converting PostScript into pdf document with empty base path. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String[] | array of String values |