com.groupdocs.conversion.options.load

Class PdfLoadOptions

    • Constructor Detail

      • PdfLoadOptions

        public PdfLoadOptions()

        Initializes new instance of PdfLoadOptions class.

    • Method Detail

      • getRemoveEmbeddedFiles

        public final boolean getRemoveEmbeddedFiles()

        Remove embedded files.

      • setRemoveEmbeddedFiles

        public final void setRemoveEmbeddedFiles(boolean value)

        Remove embedded files.

      • getPassword

        public final String getPassword()

        Set password to unprotect protected document.

      • setPassword

        public final void setPassword(String value)

        Set password to unprotect protected document.

      • getDefaultFont

        public final String getDefaultFont()

        Default font for Pdf document. The following font will be used if a font is missing.

      • setDefaultFont

        public final void setDefaultFont(String value)

        Default font for Pdf document. The following font will be used if a font is missing.

      • getFontSubstitutes

        public final List<FontSubstitute> getFontSubstitutes()

        Substitute specific fonts when converting Pdf document.

      • setFontSubstitutes

        public final void setFontSubstitutes(List<FontSubstitute> value)

        Substitute specific fonts when converting Pdf document.

      • getHidePdfAnnotations

        public final boolean getHidePdfAnnotations()

        Hide annotations in Pdf documents.

      • setHidePdfAnnotations

        public final void setHidePdfAnnotations(boolean value)

        Hide annotations in Pdf documents.

      • getFlattenAllFields

        public final boolean getFlattenAllFields()

        Flatten all the fields of the PDF form.

      • setFlattenAllFields

        public final void setFlattenAllFields(boolean value)

        Flatten all the fields of the PDF form.