HtmlSaveOptions.HtmlImageType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public static final class HtmlSaveOptions.HtmlImageType extends System.Enum

enumerates possible types of image files that can be saved as external resources during Pdf to Html conversion

Fields

FieldDescription
JpegJpeg format
PngPng format
BmpBmp format
GifGif format
TiffTiff format
SvgSvg format
ZippedSvgZipped Svg format
UnknownUnknown - means that converter cannot detect type of content itself

Jpeg

public static final int Jpeg

Jpeg format

Png

public static final int Png

Png format

Bmp

public static final int Bmp

Bmp format

Gif

public static final int Gif

Gif format

Tiff

public static final int Tiff

Tiff format

Svg

public static final int Svg

Svg format

ZippedSvg

public static final int ZippedSvg

Zipped Svg format

Unknown

public static final int Unknown

Unknown - means that converter cannot detect type of content itself