AsposeSlidesCloud-SlidesApi
view release on metacpan or search on metacpan
lib/AsposeSlidesCloud/Object/PdfExportOptions.pm view on Meta::CPAN
read_only => '',
},
'format' => {
datatype => 'string',
base_name => 'Format',
description => 'Export format.',
format => '',
read_only => '',
},
'text_compression' => {
datatype => 'string',
base_name => 'TextCompression',
description => 'Specifies compression type to be used for all textual content in the document.',
format => '',
read_only => '',
},
'embed_full_fonts' => {
datatype => 'boolean',
base_name => 'EmbedFullFonts',
description => 'Determines if all characters of font should be embedded or only used subset.',
format => '',
read_only => '',
},
'compliance' => {
datatype => 'string',
base_name => 'Compliance',
description => 'Desired conformance level for generated PDF document.',
format => '',
read_only => '',
},
'sufficient_resolution' => {
datatype => 'double',
base_name => 'SufficientResolution',
description => '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.',
format => '',
read_only => '',
},
'jpeg_quality' => {
datatype => 'int',
base_name => 'JpegQuality',
description => 'Returns or sets a value determining the quality of the JPEG images inside PDF document.',
format => '',
read_only => '',
},
'draw_slides_frame' => {
datatype => 'boolean',
base_name => 'DrawSlidesFrame',
description => 'True to draw black frame around each slide.',
format => '',
read_only => '',
},
'show_hidden_slides' => {
datatype => 'boolean',
base_name => 'ShowHiddenSlides',
description => 'Specifies whether the generated document should include hidden slides or not. Default is false. ',
format => '',
read_only => '',
},
'save_metafiles_as_png' => {
datatype => 'boolean',
base_name => 'SaveMetafilesAsPng',
description => 'True to convert all metafiles used in a presentation to the PNG images.',
format => '',
read_only => '',
},
'password' => {
datatype => 'string',
base_name => 'Password',
description => 'Setting user password to protect the PDF document. ',
format => '',
read_only => '',
},
'embed_true_type_fonts_for_ascii' => {
datatype => 'boolean',
base_name => 'EmbedTrueTypeFontsForASCII',
description => 'Determines if Aspose.Slides will embed common fonts for ASCII (33..127 code range) text. Fonts for character codes greater than 127 are always embedded. Common fonts list includes PDF's base 14 fonts and additional user speci...
format => '',
read_only => '',
},
'additional_common_font_families' => {
datatype => 'ARRAY[string]',
base_name => 'AdditionalCommonFontFamilies',
description => 'Returns or sets an array of user-defined names of font families which Aspose.Slides should consider common.',
format => '',
read_only => '',
},
'slides_layout_options' => {
datatype => 'SlidesLayoutOptions',
base_name => 'SlidesLayoutOptions',
description => 'Slides layouting options',
format => '',
read_only => '',
},
'image_transparent_color' => {
datatype => 'string',
base_name => 'ImageTransparentColor',
description => 'Image transparent color.',
format => '',
read_only => '',
},
'apply_image_transparent' => {
datatype => 'boolean',
base_name => 'ApplyImageTransparent',
description => 'True to apply specified ImageTransparentColor to an image.',
format => '',
read_only => '',
},
'access_permissions' => {
datatype => 'AccessPermissions',
base_name => 'AccessPermissions',
description => 'Access permissions that should be granted when the document is opened with user access. Default is AccessPermissions.None. ',
format => '',
read_only => '',
},
'hide_ink' => {
datatype => 'boolean',
base_name => 'HideInk',
description => 'True to hide Ink elements in exported document.',
format => '',
read_only => '',
},
lib/AsposeSlidesCloud/Object/PdfExportOptions.pm view on Meta::CPAN
'rasterize_unsupported_font_styles' => {
datatype => 'boolean',
base_name => 'RasterizeUnsupportedFontStyles',
description => 'True if 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.',
format => '',
read_only => '',
},
'include_ole_data' => {
datatype => 'boolean',
base_name => 'IncludeOleData',
description => 'True to convert all OLE data from the presentation to embedded files in the resulting PDF.',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'default_regular_font' => 'string',
'delete_embedded_binary_objects' => 'boolean',
'gradient_style' => 'string',
'font_fallback_rules' => 'ARRAY[FontFallbackRule]',
'font_subst_rules' => 'ARRAY[FontSubstRule]',
'skip_java_script_links' => 'boolean',
'format' => 'string',
'text_compression' => 'string',
'embed_full_fonts' => 'boolean',
'compliance' => 'string',
'sufficient_resolution' => 'double',
'jpeg_quality' => 'int',
'draw_slides_frame' => 'boolean',
'show_hidden_slides' => 'boolean',
'save_metafiles_as_png' => 'boolean',
'password' => 'string',
'embed_true_type_fonts_for_ascii' => 'boolean',
'additional_common_font_families' => 'ARRAY[string]',
'slides_layout_options' => 'SlidesLayoutOptions',
'image_transparent_color' => 'string',
'apply_image_transparent' => 'boolean',
'access_permissions' => 'AccessPermissions',
'hide_ink' => 'boolean',
'interpret_mask_op_as_opacity' => 'boolean',
'rasterize_unsupported_font_styles' => 'boolean',
'include_ole_data' => 'boolean'
} );
__PACKAGE__->attribute_map( {
'default_regular_font' => 'DefaultRegularFont',
'delete_embedded_binary_objects' => 'DeleteEmbeddedBinaryObjects',
'gradient_style' => 'GradientStyle',
'font_fallback_rules' => 'FontFallbackRules',
'font_subst_rules' => 'FontSubstRules',
'skip_java_script_links' => 'SkipJavaScriptLinks',
'format' => 'Format',
'text_compression' => 'TextCompression',
'embed_full_fonts' => 'EmbedFullFonts',
'compliance' => 'Compliance',
'sufficient_resolution' => 'SufficientResolution',
'jpeg_quality' => 'JpegQuality',
'draw_slides_frame' => 'DrawSlidesFrame',
'show_hidden_slides' => 'ShowHiddenSlides',
'save_metafiles_as_png' => 'SaveMetafilesAsPng',
'password' => 'Password',
'embed_true_type_fonts_for_ascii' => 'EmbedTrueTypeFontsForASCII',
'additional_common_font_families' => 'AdditionalCommonFontFamilies',
'slides_layout_options' => 'SlidesLayoutOptions',
'image_transparent_color' => 'ImageTransparentColor',
'apply_image_transparent' => 'ApplyImageTransparent',
'access_permissions' => 'AccessPermissions',
'hide_ink' => 'HideInk',
'interpret_mask_op_as_opacity' => 'InterpretMaskOpAsOpacity',
'rasterize_unsupported_font_styles' => 'RasterizeUnsupportedFontStyles',
'include_ole_data' => 'IncludeOleData'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
( run in 3.159 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )