PdfSaveOptions

Overview

PdfSaveOptions is a class in Aspose.Words FOSS for Python.

Options for saving documents as PDF.

This class provides 1 method for working with PdfSaveOptions objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package. Properties: color_mode, compliance, display_doc_title, embed_full_fonts, export_bookmarks_outline, export_document_structure, and 11 more.

Properties

NameTypeAccessDescription
compliance``ReadGets the compliance.
export_document_structureboolReadGets the export document structure.
image_compression``ReadGets the image compression.
jpeg_qualityintReadGets the jpeg quality.
text_compression``ReadGets the text compression.
embed_full_fontsboolReadGets the embed full fonts.
use_core_fontsboolReadGets the use core fonts.
font_embedding_mode``ReadGets the font embedding mode.
page_mode``ReadGets the page mode.
color_mode``ReadGets the color mode.
export_bookmarks_outlineboolReadGets the export bookmarks outline.
outline_optionsOutlineOptionsReadGets the outline options.
preserve_form_fieldsboolReadGets the preserve form fields.
memory_optimizationboolReadGets the memory optimization.
zoom_factorintReadGets the zoom factor.
zoom_behavior``ReadGets the zoom behavior.
display_doc_titleboolReadGets the display doc title.

Methods

SignatureDescription
__init__()Calls init on this PdfSaveOptions instance.

See Also

 English