Package | Description |
---|---|
org.docx4j.services.client |
Modifier and Type | Class and Description |
---|---|
class |
ConversionRateLimitException |
Modifier and Type | Method and Description |
---|---|
void |
ConverterHttp.convert(byte[] bytesIn,
Format fromFormat,
Format toFormat,
OutputStream os)
Convert byte array fromFormat to toFormat, streaming result to OutputStream os.
|
void |
Converter.convert(byte[] bytesIn,
Format fromFormat,
Format toFormat,
OutputStream os)
Convert byte array fromFormat to toFormat, streaming result to OutputStream os.
|
void |
ConverterHttp.convert(File f,
Format fromFormat,
Format toFormat,
OutputStream os)
Convert File fromFormat to toFormat, streaming result to OutputStream os.
|
void |
Converter.convert(File f,
Format fromFormat,
Format toFormat,
OutputStream os)
Convert File fromFormat to toFormat, streaming result to OutputStream os.
|
void |
ConverterHttp.convert(InputStream instream,
Format fromFormat,
Format toFormat,
OutputStream os)
Convert InputStream fromFormat to toFormat, streaming result to OutputStream os.
|
void |
Converter.convert(InputStream instream,
Format fromFormat,
Format toFormat,
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,
OutputStream os) |
Copyright © 2007-2019. All Rights Reserved.