| Package | Description |
|---|---|
| com.documents4j.api |
| Modifier and Type | Method and Description |
|---|---|
IConversionJobWithTargetUnspecified |
IConversionJobWithSourceSpecified.to(File target)
Configures the current conversion to write the result to the specified file target.
|
IConversionJobWithTargetUnspecified |
IConversionJobWithSourceSpecified.to(File target,
IFileConsumer callback)
Configures the current conversion to write the result to the specified file target.
|
IConversionJobWithTargetUnspecified |
IConversionJobWithSourceSpecified.to(IInputStreamConsumer callback)
Configures the current conversion to write the result to invoke the given callback when the conversion
terminates.
|
IConversionJobWithTargetUnspecified |
IConversionJobWithSourceSpecified.to(OutputStream target)
Configures the current conversion to write the result to the specified
OutputStream. |
IConversionJobWithTargetUnspecified |
IConversionJobWithSourceSpecified.to(OutputStream target,
boolean closeStream)
Configures the current conversion to write the result to the specified
OutputStream. |
Copyright © 2013–2016. All rights reserved.