IPdfOptions class
Contents
[
Hide
]IPdfOptions class
Provides options that control how a presentation is saved in Pdf format.
The IPdfOptions type exposes the following members:
Properties
Property | Description |
---|---|
text_compression | Specifies compression type to be used for all textual content in the document. Read/write PdfTextCompression . |
best_images_compression_ratio | Indicates if the most effective compression (instead of the default one) for each image must be selected automatically. If set to bool.true, for every image in presentation the most appropriate compression algorithm will be chosen, what will lead to the smaller size of the resulting PDF document. Best image compression ratio selection is computationally expensive and takes an additional amount of RAM, and this option is bool.false by default. |
embed_true_type_fonts_for_ascii | True to embed true type fonts for ASCII characters 32-127. Fonts for character codes greater than 127 are always embedded. Read/write bool. |
show_hidden_slides | Specifies whether the generated document should include hidden slides or not. Default is false . |
additional_common_font_families | Returns or sets an array of user-defined names of font families which Aspose.Slides should consider common. Read/write str[]. |
embed_full_fonts | Determines if all characters of font should be embedded or only used subset. Read/write bool. |
rasterize_unsupported_font_styles | Indicates whether text should be rasterized as a bitmap and saved to PDF when the font does not support bold styling. This approach can enhance the quality of text in the resulting PDF for certain fonts. Read/write bool. |
jpeg_quality | Returns or sets a value determining the quality of the JPEG images inside PDF document. Read/write int. |
compliance | Desired conformance level for generated PDF document. Read/write PdfCompliance . |
password | Setting user password to protect the PDF document. Read/write str. |
access_permissions | Contains a set of flags specifying which access permissions should be granted when the document is opened with user access. See PdfAccessPermissions . |
save_metafiles_as_png | True to convert all metafiles used in a presentation to the PNG images. Read/write bool. |
sufficient_resolution | Returns or sets a value determining resolution of images inside PDF document. Property affects on file size, time of export and image quality. The default value is 96 . Read/write float. |
draw_slides_frame | True to draw black frame around each slide. Read/write bool. |
notes_comments_layouting | Provides options that control how notes and comments is placed in exported document. |
slides_layout_options | Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions . |
image_transparent_color | Gets or sets the image transparent color. |
apply_image_transparent | Applies the specified transparent color to an image if true . |
ink_options | Provides options that control the look of Ink objects in exported document. Read-only IInkOptions |
include_ole_data | True to convert all OLE data from the presentation to embedded files in the resulting PDF. Read/write bool. |
warning_callback | |
progress_callback | |
default_regular_font | |
gradient_style |
See Also
- module
aspose.slides.export
- library
Aspose.Slides