Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.24 KB

File metadata and controls

15 lines (10 loc) · 1.24 KB

AsposePdfCloud::RasterImagesSavingModes

Converted PDF can contain raster images(.png, *.jpeg etc.) This enum defines methods of how raster images can be handled during conversion of PDF to HTML

Enum

Name Type Value Description
AS_PNG_IMAGES_EMBEDDED_INTO_SVG String 'AsPngImagesEmbeddedIntoSvg' for each distinct raster file will be generated wrapper SVG image, and raster image will be embedded as Base64 encoded strings into that SVG image
AS_EXTERNAL_PNG_FILES_REFERENCED_VIA_SVG String 'AsExternalPngFilesReferencedViaSvg' distinct raster images will be put apart as PNG files but will be referenced through wrapping SVG images, i.e. will be generated one PNG file and one SVG for each raster image, and each of such SVGs will contain links to relevant PNG file
AS_EMBEDDED_PARTS_OF_PNG_PAGE_BACKGROUND String 'AsEmbeddedPartsOfPngPageBackground' Will be generated one big PNG background file for each result page. Raster images will be embedded into that file and rendered as regions of that image. No external PNG files for each image will be generated, only one PNG file per page will be present in conversion result set of files.