Package net.webpdf.wsclient.openapi
Class OperationHtmlTranscribe
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationHtmlTranscribe
-
public class OperationHtmlTranscribe extends Object
Converts the given document into a HTML representation.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DPIstatic StringJSON_PROPERTY_PAGESstatic StringJSON_PROPERTY_SVG_FORMAT
-
Constructor Summary
Constructors Constructor Description OperationHtmlTranscribe()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationHtmlTranscribedpi(Integer dpi)booleanequals(Object o)@Nullable IntegergetDpi()This parameter sets the DPI resolution of the document.@Nullable StringgetPages()Specifies which page(s) to convert.@Nullable OperationSvgFormatgetSvgFormat()Get svgFormatinthashCode()OperationHtmlTranscribepages(String pages)voidsetDpi(Integer dpi)voidsetPages(String pages)voidsetSvgFormat(OperationSvgFormat svgFormat)OperationHtmlTranscribesvgFormat(OperationSvgFormat svgFormat)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DPI
public static final String JSON_PROPERTY_DPI
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PAGES
public static final String JSON_PROPERTY_PAGES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SVG_FORMAT
public static final String JSON_PROPERTY_SVG_FORMAT
- See Also:
- Constant Field Values
-
-
Method Detail
-
dpi
public OperationHtmlTranscribe dpi(Integer dpi)
-
getDpi
@Nullable public @Nullable Integer getDpi()
This parameter sets the DPI resolution of the document. The larger the value, the larger the X/Y resolution of the document's pages and generated raster graphics. Also, as the DPI resolution increases, so does the byte size of the document. minimum: 0 maximum: 9600- Returns:
- dpi
-
setDpi
public void setDpi(Integer dpi)
-
pages
public OperationHtmlTranscribe pages(String pages)
-
getPages
@Nullable public @Nullable String getPages()
Specifies which page(s) to convert. The page number can be either a single page, a range of pages or a list (separated by commas) (e.g. \"1,5-6,9\"). The specification of all pages is done with \"\\*\".- Returns:
- pages
-
setPages
public void setPages(String pages)
-
svgFormat
public OperationHtmlTranscribe svgFormat(OperationSvgFormat svgFormat)
-
getSvgFormat
@Nullable public @Nullable OperationSvgFormat getSvgFormat()
Get svgFormat- Returns:
- svgFormat
-
setSvgFormat
public void setSvgFormat(OperationSvgFormat svgFormat)
-
-