PdfSaveOptions

Inheritance: java.lang.Object, com.aspose.page.SaveOptions

public class PdfSaveOptions extends SaveOptions

This class contains options necessary for managing conversion process.

Constructors

ConstructorDescription
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()

public PdfSaveOptions()

Initialize new instance of PdfSaveOptions class with default values for flags suppressErrors (true) and debug (false).

PdfSaveOptions(boolean supressErrors)

public PdfSaveOptions(boolean supressErrors)

Initialize new instance of PdfSaveOptions class with default values for flag debug (false).

Parameters:

ParameterTypeDescription
supressErrorsbooleanIf true conversion will be continued despite of non-critical errors.