PdfSaveOptions
Vue de l’ensemble
‘PdfSaveOptions’ est une classe dans Aspose.Words FOSS pour Python.
Options pour enregistrer des documents en tant que PDF.
Cette classe fournit 1 méthode pour travailler avec les objets PdfSaveOptions dans les programmes Python. Les méthodes disponibles comprennent: __init__. Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation de l’Aspose.Words FOSS pour le package Pyathon. Propriétés: ‘color_mode’, ‘compliance’, display_doc_title, ’embed_full_fonts , 'export_bookmarks_outline et 11 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
compliance | str | Read | Gets the compliance. |
export_document_structure | bool | Read | Gets the export document structure. |
image_compression | str | Read | Gets the image compression. |
jpeg_quality | int | Read | Gets the jpeg quality. |
text_compression | str | Read | Gets the text compression. |
embed_full_fonts | bool | Read | Gets the embed full fonts. |
use_core_fonts | bool | Read | Gets the use core fonts. |
font_embedding_mode | str | Read | Gets the font embedding mode. |
page_mode | str | Read | Gets the page mode. |
color_mode | str | Read | Gets the color mode. |
export_bookmarks_outline | bool | Read | Gets the export bookmarks outline. |
outline_options | OutlineOptions | Read | Gets the outline options. |
preserve_form_fields | bool | Read | Gets the preserve form fields. |
memory_optimization | bool | Read | Gets the memory optimization. |
zoom_factor | int | Read | Gets the zoom factor. |
zoom_behavior | str | Read | Gets the zoom behavior. |
display_doc_title | bool | Read | Gets the display doc title. |
méthodes
| Signature | Description |
|---|---|
__init__() |
Voir aussi
- Aspose.Words pour Python — Enterprise API Reference