PdfSaveOptions
概述
PdfSaveOptions 是Python的Aspose.Words FOSS中的一个类.
保存文件为PDF的选项.
这个类提供了一个方法,用于在Python程序中使用PdfSaveOptions 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Words FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: color_mode, compliance, display_doc_title, embed_full_fonts, export_bookmarks_outline, export_document_structure,另外还有11个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
compliance | str | 阅读 | 获取合规性。. |
export_document_structure | bool | 阅读 | 获取导出文档结构。. |
image_compression | str | 阅读 | 获取图像压缩。. |
jpeg_quality | int | 阅读 | 获取 jpeg 质量。. |
text_compression | str | 阅读 | 获取文本压缩。. |
embed_full_fonts | bool | 阅读 | 获取嵌入的完整字体。. |
use_core_fonts | bool | 阅读 | 获取使用核心字体。. |
font_embedding_mode | str | 阅读 | 获取字体嵌入模式。. |
page_mode | str | 阅读 | 获取页面模式。. |
color_mode | str | 阅读 | 获取颜色模式。. |
export_bookmarks_outline | bool | 阅读 | 获取导出书签大纲。. |
outline_options | OutlineOptions | 阅读 | 获取大纲选项。. |
preserve_form_fields | bool | 阅读 | 获取保留的表单字段。. |
memory_optimization | bool | 阅读 | 获取内存优化。. |
zoom_factor | int | 阅读 | 获取缩放因子。. |
zoom_behavior | str | 阅读 | 获取缩放行为。. |
display_doc_title | bool | 阅读 | 获取显示文档标题。. |
方法
| Signature | 描述情况 |
|---|---|
__init__() |