PclLoadOptions

Inheritance: java.lang.Object, com.aspose.pdf.LoadOptions

All Implemented Interfaces: com.aspose.pdf.IPipelineOptions

public final class PclLoadOptions extends LoadOptions implements IPipelineOptions

Represents options for loading(import) PCL file into pdf document.

Constructors

ConstructorDescription
PclLoadOptions()Creates PclLoadOptions object.

Methods

MethodDescription
getConversionEngine()Defines conversion engine that will be used for conversion
setConversionEngine(int conversionEngine)Defines conversion engine that will be used for conversion
isSupressErrors()Gets or sets boolean value which indicates will PCL conversion errors should be supressed.
setSupressErrors(boolean supressErrors)Gets or sets boolean value which indicates will PCL conversion errors should be supressed.
getExceptions()List of conversion errors.
getBatchSize()Defines batch size if batched conversion is applicable to source and destination formats pair.
setBatchSize(int value)Defines batch size if batched conversion is applicable to source and destination formats pair.

PclLoadOptions()

public PclLoadOptions()

Creates PclLoadOptions object.

getConversionEngine()

public int getConversionEngine()

Defines conversion engine that will be used for conversion

Returns: int - ConversionEngines element

setConversionEngine(int conversionEngine)

public void setConversionEngine(int conversionEngine)

Defines conversion engine that will be used for conversion

Parameters:

ParameterTypeDescription
conversionEngineintConversionEngines element

isSupressErrors()

public boolean isSupressErrors()

Gets or sets boolean value which indicates will PCL conversion errors should be supressed.

Returns: boolean - boolean value

setSupressErrors(boolean supressErrors)

public void setSupressErrors(boolean supressErrors)

Gets or sets boolean value which indicates will PCL conversion errors should be supressed.

Parameters:

ParameterTypeDescription
supressErrorsbooleanboolean value

getExceptions()

public List<Exception> getExceptions()

List of conversion errors.

Returns: java.util.List<java.lang.Exception> - List of Exceptions

getBatchSize()

public final int getBatchSize()

Defines batch size if batched conversion is applicable to source and destination formats pair.

Returns: int - int value

setBatchSize(int value)

public final void setBatchSize(int value)

Defines batch size if batched conversion is applicable to source and destination formats pair.

Parameters:

ParameterTypeDescription
valueintint value