Uses of Class
org.docx4j.services.client.ConversionException
-
Uses of ConversionException in org.docx4j.services.client
Subclasses of ConversionException in org.docx4j.services.clientMethods in org.docx4j.services.client that throw ConversionExceptionModifier and TypeMethodDescriptionvoidConverter.convert(byte[] bytesIn, Format fromFormat, Format toFormat, OutputStream os) Convert byte array fromFormat to toFormat, streaming result to OutputStream os.voidConverter.convert(File f, Format fromFormat, Format toFormat, OutputStream os) Convert File fromFormat to toFormat, streaming result to OutputStream os.voidConverter.convert(InputStream instream, Format fromFormat, Format toFormat, OutputStream os) Convert InputStream fromFormat to toFormat, streaming result to OutputStream os.voidConverterHttp.convert(byte[] bytesIn, OutputStream os) Convert docx byte array to PDF, streaming result to OutputStream os.voidConverterHttp.convert(byte[] bytesIn, Format fromFormat, Format toFormat, OutputStream os) Convert byte array fromFormat to toFormat, streaming result to OutputStream os.voidConverterHttp.convert(File f, Format fromFormat, Format toFormat, OutputStream os) Convert File fromFormat to toFormat, streaming result to OutputStream os.voidConverterHttp.convert(InputStream instream, Format fromFormat, Format toFormat, OutputStream os) Convert InputStream fromFormat to toFormat, streaming result to OutputStream os.protected voidConverterHttp.execute(org.apache.http.impl.client.CloseableHttpClient httpclient, org.apache.http.client.methods.HttpPost httppost, OutputStream os)