ASPdfExportConfiguration
Inheritance: java.lang.Object, BaseExportConfiguration
The PDF file format export configuration.
Methods
| Method | Description |
|---|---|
| getTextCompression() | Specifies compression type to be used for all content streams except images. Default is TextCompressionEnum.Flate . |
| getApplyImageTransparent() | Applies the specified transparent color to an image if true . |
| getImageCompression() | Specifies compression type to be used for all images in the document. Default is ImageCompressionEnum.Auto . |
| getTabSize() | The tab-size property is used to customize the width of a tab (U+0009) character. Value: The size of the tab. |
| 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() | 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() | Gets or sets the font embedding rule. Value: The font embedding rule. |
| getRenderMetafileAsBitmap() | Gets or sets a value determining how metafile images should be rendered. |
| 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() | Gets or sets the image transparent color. Value: The color of the image transparent. |
| getEncryptionDetails() | Gets or sets a encryption details. If not set, then no encryption will be performed. |
| getKeywords() | Gets keywords of the document. |
| getTitle() | Gets title of the document. |
| getAuthor() | Gets author of the document. |
| getSubject() | Gets subject of the document. |
| getJpegQuality() | Specifies the quality of JPEG compression for images (if JPEG compression is used). Default is 95. |
getTextCompression()
TextCompressionEnum getTextCompression()
Specifies compression type to be used for all content streams except images. Default is TextCompressionEnum.Flate .
Returns: TextCompressionEnum
getApplyImageTransparent()
boolean getApplyImageTransparent()
Applies the specified transparent color to an image if true .
Returns: boolean
getImageCompression()
ImageCompressionEnum getImageCompression()
Specifies compression type to be used for all images in the document. Default is ImageCompressionEnum.Auto .
Returns: ImageCompressionEnum
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.
Returns: long
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.
Returns: int
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.
Returns: int
getFontEmbeddingRuleEnum()
FontEmbeddingRuleEnum getFontEmbeddingRuleEnum()
Gets or sets the font embedding rule. Value: The font embedding rule.
Returns: FontEmbeddingRuleEnum
getRenderMetafileAsBitmap()
Boolean getRenderMetafileAsBitmap()
Gets or sets a value determining how metafile images should be rendered.
Returns: Boolean
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.
Returns: int
getImageTransparentColor()
Color getImageTransparentColor()
Gets or sets the image transparent color. Value: The color of the image transparent.
Returns: Color
getEncryptionDetails()
EncryptionDetails getEncryptionDetails()
Gets or sets a encryption details. If not set, then no encryption will be performed.
Returns: EncryptionDetails
getKeywords()
String getKeywords()
Gets keywords of the document.
Returns: String - The keywords of the document.
getTitle()
String getTitle()
Gets title of the document.
Returns: String - The title of the document.
getAuthor()
String getAuthor()
Gets author of the document.
Returns: String - The author of the document.
getSubject()
String getSubject()
Gets subject of the document.
Returns: String - The subject of the document.
getJpegQuality()
int getJpegQuality()
Specifies the quality of JPEG compression for images (if JPEG compression is used). Default is 95.
Returns: int