public static class Configuration.DebugSettings extends Object
A type containing various options for debugging.
Constructor and Description |
---|
DebugSettings() |
Modifier and Type | Method and Description |
---|---|
Configuration.DebugSettings |
setAll(Boolean all)
This is a convenience property that enables the following
Configuration.DebugSettings : |
Configuration.DebugSettings |
setAppendLogs(Boolean appendLogs)
Specifies whether the logs will be appended to the resulting PDF.
|
Configuration.DebugSettings |
setAttachDocuments(Boolean attachDocuments)
Specifies whether all debug files belonging to the group "documents" will
be attached to the generated PDF.
|
Configuration.DebugSettings |
setAttachLogs(Boolean attachLogs)
Specifies whether all debug files belonging to the group "logs" will
be attached to the generated PDF.
|
Configuration.DebugSettings |
setAttachResources(Boolean attachResources)
Specifies whether all debug files belonging to the group "resources" will
be attached to the generated PDF.
|
Configuration.DebugSettings |
setForceResult(Boolean forceResult)
Forces PDFreactor to return a result, regardless of any exceptions or errors
that may have occurred during the conversion.
|
Configuration.DebugSettings |
setLocalDirectory(Path localDirectory)
Specifies a local directory where PDFreactor will dump debug files in case
an exception occurs during conversion.
|
public Configuration.DebugSettings setAll(Boolean all)
This is a convenience property that enables the following
Configuration.DebugSettings
:
Configuration.DebugSettings
instance.public Configuration.DebugSettings setLocalDirectory(Path localDirectory)
Specifies a local directory where PDFreactor will dump debug files in case an exception occurs during conversion.
Configuration.DebugSettings
instance.public Configuration.DebugSettings setAttachDocuments(Boolean attachDocuments)
Specifies whether all debug files belonging to the group "documents" will be attached to the generated PDF. Please see the manual for more information.
Configuration.DebugSettings
instance.public Configuration.DebugSettings setAttachResources(Boolean attachResources)
Specifies whether all debug files belonging to the group "resources" will be attached to the generated PDF. Please see the manual for more information.
Configuration.DebugSettings
instance.public Configuration.DebugSettings setAttachLogs(Boolean attachLogs)
Specifies whether all debug files belonging to the group "logs" will be attached to the generated PDF. Please see the manual for more information.
Configuration.DebugSettings
instance.public Configuration.DebugSettings setAppendLogs(Boolean appendLogs)
Specifies whether the logs will be appended to the resulting PDF.
Configuration.DebugSettings
instance.public Configuration.DebugSettings setForceResult(Boolean forceResult)
Forces PDFreactor to return a result, regardless of any exceptions or errors that may have occurred during the conversion.
If an exception or error occurred during the conversion, its stack trace and the PDFreactor log is written as-is into the result data stream. This means that the resulting document will not be a valid PDF but can be opened with an appropriate text editor to view the log and errors.
Configuration.DebugSettings
instance.This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.