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 Go programs. Available methods include: __init__. All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go. Properties: color_mode, compliance, display_doc_title, embed_full_fonts, export_bookmarks_outline, export_document_structure, and 11 more.

Properties

NameTypeAccessDescription
compliancestrReadGets the compliance.
export_document_structureboolReadGets the export document structure.
image_compressionstrReadGets the image compression.
jpeg_qualityintReadGets the jpeg quality.
text_compressionstrReadGets the text compression.
embed_full_fontsboolReadGets the embed full fonts.
use_core_fontsboolReadGets the use core fonts.
font_embedding_modestrReadGets the font embedding mode.
page_modestrReadGets the page mode.
color_modestrReadGets 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_behaviorstrReadGets the zoom behavior.
display_doc_titleboolReadGets the display doc title.

Methods

SignatureDescription
__init__()

See Also