com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class PdfSaveOptions



  • public class PdfSaveOptions
    extends SaveOptions

    Save options for export to Pdf format

    • Constructor Detail

      • PdfSaveOptions

        public PdfSaveOptions()

        Constructor

    • Method Detail

      • 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:
        String value
      • setDefaultFontName

        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:
        value - String value