PdfSaveOptions
Inheritance: java.lang.Object, com.aspose.pdf.SaveOptions com.aspose.pdf.PdfSaveOptions, com.aspose.pdf.SaveOptions, com.aspose.pdf.PdfSaveOptions
public class PdfSaveOptions extends SaveOptions
Save options for export to Pdf format
Constructors
| Constructor | Description |
|---|---|
| PdfSaveOptions | Constructor |
Methods
| Method | Description |
|---|---|
| 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 {@code DefaultFontName} is found on device) |
| getTempPath | Path for temporary files. |
| setDefaultFontName | 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 {@code DefaultFontName} is found on device) |
| setTempPath | Path for temporary files. |
PdfSaveOptions
public PdfSaveOptions()
Constructor
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 {@code DefaultFontName} is found on device)
Returns: String value
getTempPath
public final String getTempPath()
Path for temporary files.
Returns: String value
setDefaultFontName
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 {@code DefaultFontName} is found on device)
setTempPath
Path for temporary files.