| Modifier and Type | Class and Description |
|---|---|
class |
ConversionRateLimitException |
| Modifier and Type | Method and Description |
|---|---|
void |
Converter.convert(byte[] bytesIn,
Format fromFormat,
Format toFormat,
java.io.OutputStream os)
Convert byte array fromFormat to toFormat, streaming result to OutputStream os.
|
void |
ConverterHttp.convert(byte[] bytesIn,
Format fromFormat,
Format toFormat,
java.io.OutputStream os)
Convert byte array fromFormat to toFormat, streaming result to OutputStream os.
|
void |
ConverterHttp.convert(byte[] bytesIn,
java.io.OutputStream os)
Convert docx byte array to PDF, streaming result to OutputStream os.
|
void |
Converter.convert(java.io.File f,
Format fromFormat,
Format toFormat,
java.io.OutputStream os)
Convert File fromFormat to toFormat, streaming result to OutputStream os.
|
void |
ConverterHttp.convert(java.io.File f,
Format fromFormat,
Format toFormat,
java.io.OutputStream os)
Convert File fromFormat to toFormat, streaming result to OutputStream os.
|
void |
Converter.convert(java.io.InputStream instream,
Format fromFormat,
Format toFormat,
java.io.OutputStream os)
Convert InputStream fromFormat to toFormat, streaming result to OutputStream os.
|
void |
ConverterHttp.convert(java.io.InputStream instream,
Format fromFormat,
Format toFormat,
java.io.OutputStream os)
Convert InputStream fromFormat to toFormat, streaming result to OutputStream os.
|
protected void |
ConverterHttp.execute(org.apache.http.impl.client.CloseableHttpClient httpclient,
org.apache.http.client.methods.HttpPost httppost,
java.io.OutputStream os) |
Copyright © 2007–2023. All rights reserved.