Class OperationHtmlTranscribe


  • public class OperationHtmlTranscribe
    extends Object
    Converts the given document into a HTML representation.
    • Constructor Detail

      • OperationHtmlTranscribe

        public OperationHtmlTranscribe()
    • Method Detail

      • 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)
      • 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)
      • getSvgFormat

        @Nullable
        public @Nullable OperationSvgFormat getSvgFormat()
        Get svgFormat
        Returns:
        svgFormat
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object