public class Conversions extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
CandidateImage
If a candidate photo was extracted, it will be output here.
|
String |
CandidateImageExtension
If a candidate photo was extracted, the appropriate file extension for the photo will be output for this field (e.g.
|
String |
HTML
If requested by
ParseOptions.OutputHtml, this is the document converted to HTML. |
String |
PDF
If requested by
ParseOptions.OutputPdf, this is the document converted to a PDF. |
String |
RTF
If requested by
ParseOptions.OutputRtf, this is the document converted to RTF. |
| Constructor and Description |
|---|
Conversions() |
public String PDF
ParseOptions.OutputPdf, this is the document converted to a PDF.
This is a byte[] as a Base64-encoded string. You can use Base64.getDecoder() and
then Base64.Decoder.decode(String) to turn this back into a byte[]public String HTML
ParseOptions.OutputHtml, this is the document converted to HTML.public String RTF
ParseOptions.OutputRtf, this is the document converted to RTF.public String CandidateImage
byte[] as a Base64-encoded string.
You can use Base64.getDecoder() and then Base64.Decoder.decode(String) to turn this back into a byte[]public String CandidateImageExtension
Copyright © 2021. All rights reserved.