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
| 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. |
Methods
| Signature | Description |
|---|---|
__init__() |