PsSaveOptions

Inheritance: java.lang.Object, com.aspose.pdf.SaveOptions com.aspose.pdf.UnifiedSaveOptions com.aspose.pdf.PsSaveOptions, com.aspose.pdf.SaveOptions, com.aspose.pdf.UnifiedSaveOptions com.aspose.pdf.PsSaveOptions, com.aspose.pdf.UnifiedSaveOptions, com.aspose.pdf.PsSaveOptions

public class PsSaveOptions extends UnifiedSaveOptions

Save options for export to PS (PostScript) or EPS format.

Constructors

ConstructorDescription
PsSaveOptionsConstructor.
PsSaveOptionsConstructor.

Methods

MethodDescription
getEmbedFontGets/sets flag that indicates if fonts must be embedded in resulting PS document.
getEmbedFontAsGets/sets type in which fonts must be embedded in resulting PS document.
setEmbedFontGets/sets flag that indicates if fonts must be embedded in resulting PS document.
setEmbedFontAsGets/sets type in which fonts must be embedded in resulting PS document.

PsSaveOptions

public PsSaveOptions()

Constructor.

PsSaveOptions

Constructor.

getEmbedFont

public final boolean getEmbedFont()

Gets/sets flag that indicates if fonts must be embedded in resulting PS document.

Returns: boolean value

getEmbedFontAs

public final String getEmbedFontAs()

Gets/sets type in which fonts must be embedded in resulting PS document.

Returns: String value

setEmbedFont

public final void setEmbedFont(boolean value)

Gets/sets flag that indicates if fonts must be embedded in resulting PS document.

Parameters:

ParameterTypeDescription
valueboolean value

setEmbedFontAs

Gets/sets type in which fonts must be embedded in resulting PS document.