com.groupdocs.conversion.options.convert

Class PdfConvertOptions

    • Constructor Detail

      • PdfConvertOptions

        public PdfConvertOptions()

        Initializes new instance of PdfConvertOptions class.

    • Method Detail

      • getWidth

        public final int getWidth()

        Desired page width in pixels after conversion.

      • setWidth

        public final void setWidth(int value)

        Desired page width in pixels after conversion.

      • getHeight

        public final int getHeight()

        Desired page height in pixels after conversion.

      • setHeight

        public final void setHeight(int value)

        Desired page height in pixels after conversion.

      • getDpi

        public final double getDpi()

        Desired page DPI after conversion. The default resolution is: 96 dpi.

      • setDpi

        public final void setDpi(double value)

        Desired page DPI after conversion. The default resolution is: 96 dpi.

      • getPassword

        public final String getPassword()

        Set this property if you want to protect the converted document with a password.

      • setPassword

        public final void setPassword(String value)

        Set this property if you want to protect the converted document with a password.

      • getPdfOptions

        public final PdfOptions getPdfOptions()

        Pdf specific convert options

      • setPdfOptions

        public final void setPdfOptions(PdfOptions value)

        Pdf specific convert options

      • getRotate

        public final Rotation getRotate()

        Page rotation

      • setRotate

        public final void setRotate(Rotation value)

        Page rotation