public class PdfSaveOptions extends SaveOptions
This class contains options necessary for managing conversion process.
| Constructor and Description |
|---|
PdfSaveOptions()
Initialize new instance of
PdfSaveOptions class with default values for flags suppressErrors (true) and
debug (false). |
PdfSaveOptions(boolean supressErrors)
Initialize new instance of
PdfSaveOptions class with default values for flag debug (false). |
PdfSaveOptions(boolean supressErrors,
Dimension size)
Initialize new instance of
PdfSaveOptions class with default values for flag debug (false) and size of the page. |
PdfSaveOptions(Dimension size)
Initialize new instance of
PdfSaveOptions class with the size of the page. |
getAdditionalFontsFolders, getConvertFontsToTTF, getExceptions, getJpegQualityLevel, getSize, isDebug, isSupressErrors, setAdditionalFontsFolders, setConvertFontsToTTF, setDebug, setJpegQualityLevel, setSize, setSupressErrorspublic PdfSaveOptions()
Initialize new instance of PdfSaveOptions class with default values for flags suppressErrors (true) and
debug (false).
public PdfSaveOptions(boolean supressErrors)
Initialize new instance of PdfSaveOptions class with default values for flag debug (false).
supressErrors - If true conversion will be continued despite of non-critical errors.public PdfSaveOptions(Dimension size)
Initialize new instance of PdfSaveOptions class with the size of the page.
size - The size of the page.public PdfSaveOptions(boolean supressErrors,
Dimension size)
Initialize new instance of PdfSaveOptions class with default values for flag debug (false) and size of the page.
supressErrors - If true conversion will be continued despite of non-critical errors.size - The size of the page.Copyright © 2025 Aspose. All Rights Reserved.