public interface ServerContext
ServerContext
contains information about the running process
as well as access to the services provided by PDF Automation Server.Modifier and Type | Method and Description |
---|---|
EmailService |
createEmailService()
Deprecated.
Returns an new instance of an
EmailService that can be used
to send email with a file attachment. |
LogService |
createLogService()
Deprecated.
Returns an new instance of a
LogService that can be used to
log messages to the PDF Server |
EmailService createEmailService()
EmailService
that can be used
to send email with a file attachment.EmailService
LogService createLogService()
LogService
that can be used to
log messages to the PDF ServerLogService