public interface IToPdfConverter
| Modifier and Type | Method and Description |
|---|---|
void |
toPdf(IStreamCallback<InputStream> dataCallback)
To pdf.
|
void |
toPdf(OutputStream outputStream)
To pdf.
|
void |
toPdf(String savePath)
To pdf.
|
void toPdf(OutputStream outputStream) throws CorruptFileException
outputStream - the output streamCorruptFileException - the corrupt file exceptionvoid toPdf(String savePath) throws InternalException, CorruptFileException, LoadingException
savePath - the save pathInternalException - the internal exceptionCorruptFileException - the corrupt file exceptionLoadingException - the loading exceptionvoid toPdf(IStreamCallback<InputStream> dataCallback) throws NotImplementedException, InternalException, LoadingException
dataCallback - the data callbackNotImplementedException - the not implemented exceptionInternalException - the internal exceptionLoadingException - the loading exceptionCopyright © 2015 GroupDocs. All rights reserved.