Aspose Cloud
/
AsposeCellsCloud-CellsApi-19.2.1
/
docs/PdfSaveOptions.md
AsposeCellsCloud::Object::PdfSaveOptions
Load the model package
use AsposeCellsCloud::Object::PdfSaveOptions;
Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
enable_http_compression | boolean | | [optional]
save_format | string | | [optional]
clear_data | boolean | Make the workbook empty after saving the file. | [optional]
cached_file_folder | string | The cached file folder is used to store some large data. | [optional]
validate_merged_areas | boolean | Indicates whether validate merged areas before saving the file. The default value is false. | [optional]
refresh_chart_cache | boolean | | [optional]
create_directory | boolean | If true and the directory does not exist, the directory will be automatically created before saving the file. | [optional]
sort_names | boolean | | [optional]
calculate_formula | boolean | | [optional]
check_font_compatibility | boolean | | [optional]
one_page_per_sheet | boolean | | [optional]
compliance | string | | [optional]
default_font | string | | [optional]
printing_page_type | string | | [optional]
image_type | string | | [optional]
desired_ppi | int | | [optional]
jpeg_quality | int | | [optional]
security_options | PdfSecurityOptions | | [optional]
[Back to Model list] [Back to API list] [Back to README]