PdfSaveOptions

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

public class PdfSaveOptions extends SaveOptions

Save options for export to Pdf format

Constructors

ConstructorDescription
PdfSaveOptions()Constructor

Methods

MethodDescription
getTempPath()Path for temporary files.
setTempPath(String value)Path for temporary files.
getDefaultFontName()Font name used by default for fonts which are absent on computer.
setDefaultFontName(String value)Font name used by default for fonts which are absent on computer.

PdfSaveOptions()

public PdfSaveOptions()

Constructor

getTempPath()

public final String getTempPath()

Path for temporary files.

Returns: java.lang.String - String value

setTempPath(String value)

public final void setTempPath(String value)

Path for temporary files.

Parameters:

ParameterTypeDescription
valuejava.lang.StringString value

getDefaultFontName()

public String getDefaultFontName()

Font name used by default for fonts which are absent on computer. When the PDF document that is saved into PDF contains fonts, that are not available in the document itself and on the device, API replaces this fonts with the default font(if font with DefaultFontName is found on device)

Returns: java.lang.String - String value

setDefaultFontName(String value)

public void setDefaultFontName(String value)

Font name used by default for fonts which are absent on computer. When the PDF document that is saved into PDF contains fonts, that are not available in the document itself and on the device, API replaces this fonts with the default font(if font with DefaultFontName is found on device)

Parameters:

ParameterTypeDescription
valuejava.lang.StringString value