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). |
getAdditionalFontsFolders, getExceptions, getJpegQualityLevel, isDebug, isSupressErrors, setAdditionalFontsFolders, setDebug, setJpegQualityLevel, setSupressErrors
public 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.