com.aspose.cad.jasperreports.pdf

Interface ASPdfExportConfiguration

    • Method Detail

      • getTextCompression

        TextCompressionEnum getTextCompression()

        Specifies compression type to be used for all content streams except images. Default is TextCompressionEnum.Flate.

      • getApplyImageTransparent

        boolean getApplyImageTransparent()

        Applies the specified transparent color to an image if true.

      • getImageCompression

        ImageCompressionEnum getImageCompression()

        Specifies compression type to be used for all images in the document. Default is ImageCompressionEnum.Auto.

      • getTabSize

        long getTabSize()

        The tab-size property is used to customize the width of a tab (U+0009) character.

        Value: The size of the tab.
      • getBookmarksOutlineLevel

        int getBookmarksOutlineLevel()

        Specifies at which level in the document outline to display bookmark objects. 0 - not displayed. 1 at first level and so on. Default is 0.

      • getExpandedOutlineLevels

        int getExpandedOutlineLevels()

        Specifies how many levels in the document outline to show expanded when the PDF file is viewed. 0 - the document outline is not expanded. 1 - first level items in the document are expanded and so on. Default is 0.

      • getFontEmbeddingRuleEnum

        FontEmbeddingRuleEnum getFontEmbeddingRuleEnum()

        Gets or sets the font embedding rule.

        Value: The font embedding rule.
      • getRenderMetafileAsBitmap

        Boolean getRenderMetafileAsBitmap()

        Gets or sets a value determining how metafile images should be rendered.

      • getHeadingsOutlineLevels

        int getHeadingsOutlineLevels()

        Specifies how many levels of ApsOutlineItem to include in the document outline. 0 - no outline, 1 - one outline level and so on. Default is 0.

      • getImageTransparentColor

        Color getImageTransparentColor()

        Gets or sets the image transparent color.

        Value: The color of the image transparent.
      • getEncryptionDetails

        EncryptionDetails getEncryptionDetails()

        Gets or sets a encryption details. If not set, then no encryption will be performed.

      • getKeywords

        String getKeywords()

        Gets keywords of the document.

        Returns:
        The keywords of the document.
      • getTitle

        String getTitle()

        Gets title of the document.

        Returns:
        The title of the document.
      • getAuthor

        String getAuthor()

        Gets author of the document.

        Returns:
        The author of the document.
      • getSubject

        String getSubject()

        Gets subject of the document.

        Returns:
        The subject of the document.
      • getJpegQuality

        int getJpegQuality()

        Specifies the quality of JPEG compression for images (if JPEG compression is used). Default is 95.