LaTeXSaveOptions

LaTeXSaveOptions class

Save options for export to TeX format.

The LaTeXSaveOptions type exposes the following members:

Constructors

NameDescription
LaTeXSaveOptions()Initializes a new instance of the LaTeXSaveOptions class

Properties

NameDescription
warning_handlerNone
save_formatNone
close_responseNone
extract_ocr_sublayer_onlyThis atrribute turned on functionality for extracting image or text
for PDF documents with OCR sublayer.
try_merge_adjacent_same_background_imagesSometimes PDFs contain background images (of pages or table cells)
constructed from several same tiling background images put one near other.
In such case renderers of target formats (f.e MsWord for DOCS format) sometimes generates
visible boundaries beetween parts of background images,
cause their techniques of image edge smoothing (anti-aliasing) is different from Acrobat Reader.
If it looks like exported document contains such visible boundaries between
parts of same background images, please try use this setting to get rid
of that unwanted effect.
ATTENTION! This optimization of quality usually essentially slows down conversion,
so, please, use this option only when it’s really necessary.
out_directory_pathProperty for
pages_countReturns the number of pages after conversion.

Methods

NameDescription
add_font_encs(font_encs)Adds a font ancoding to the font encoding list
clear_font_encs()Clears the font encoding list

See Also