Uses of Class
com.realobjects.pdfreactor.Configuration.DebugSettings
Packages that use Configuration.DebugSettings
-
Uses of Configuration.DebugSettings in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.DebugSettingsModifier and TypeMethodDescriptionThis is a convenience property that enables the followingConfiguration.DebugSettings:Configuration.DebugSettings.setAppendLogs(Boolean appendLogs) Specifies whether the logs will be appended to the resulting PDF.Configuration.DebugSettings.setAttachConfiguration(Boolean attachConfiguration) Specifies whether the configuration will be attached to the generated 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.Methods in com.realobjects.pdfreactor with parameters of type Configuration.DebugSettingsModifier and TypeMethodDescriptionfinal ConfigurationConfiguration.setDebugSettings(Configuration.DebugSettings value) Enables and configures debug settings, which add additional information to the output.