public class SvgSaveOptions extends UnifiedSaveOptions
Save options for export to SVG format
Modifier and Type | Class and Description |
---|---|
static interface |
SvgSaveOptions.EmbeddedImagesSavingStrategy
To property of such type You can assign delegate created from custom method that implements
processing of external saving of image that was extracted from SVG created from PDF and must
be saved as external resource during conversion of PDF to HTML.
|
static class |
SvgSaveOptions.SvgExternalImageType
enumerates possible types of image files that can be saved as external resources during
during Pdf to SVG conversion
|
static class |
SvgSaveOptions.SvgImageSavingInfo
This class represents set of data that related to external resource image file's saving
during PDF to HTML conversion.
|
UnifiedSaveOptions.ConversionProgressEventHandler, UnifiedSaveOptions.ProgressEventHandlerInfo
SaveOptions.BorderInfo, SaveOptions.BorderPartStyle, SaveOptions.HtmlBorderLineType, SaveOptions.MarginInfo, SaveOptions.MarginPartStyle, SaveOptions.NodeLevelResourceType, SaveOptions.ResourceSavingInfo
Modifier and Type | Field and Description |
---|---|
boolean |
CompressOutputToZipArchive
Specifies whether output will be created as one zip-archive.
|
SvgSaveOptions.EmbeddedImagesSavingStrategy |
CustomStrategyOfEmbeddedImagesSaving
This field can contain saving strategy that must be used (if present) during conversion for
customized handling of created referenced external images files (like embedded BMP or JPEG)
embedded into saved SVG.
|
boolean |
ScaleToPixels
Specifies whether to scale the output document from typographic points to pixels.
|
boolean |
TreatTargetFileNameAsDirectory
This options defines whether will be created target directory (if absent yet) with same name
as requested output file instead of requested output file itself.
|
ProgressEventsRetranslator, TryMergeAdjacentSameBackgroundImages
Constructor and Description |
---|
SvgSaveOptions()
Constructor
|
isExtractOcrSublayerOnly, setExtractOcrSublayerOnly
getSaveFormat, getWarningHandler, isCloseResponse, setCloseResponse, setWarningHandler
public SvgSaveOptions.EmbeddedImagesSavingStrategy CustomStrategyOfEmbeddedImagesSaving
This field can contain saving strategy that must be used (if present) during conversion for customized handling of created referenced external images files (like embedded BMP or JPEG) embedded into saved SVG. That strategy must process resources and return string that represents desirable URI of saved resource in generated SVG. If processing for this or that file for some reason must be done by converter's code itself, not in custom code, please set in custom code flag 'CustomProcessingCancelled' of 'imageSavingInfo' parameter's variable It signals to converter that all the necessary steps for processing of that resource must be done in converter itself as if there was no any external custom code .
public boolean TreatTargetFileNameAsDirectory
This options defines whether will be created target directory (if absent yet) with same name as requested output file instead of requested output file itself. It so, that directory will contain all output SVG-images of pages (like described below). If no, output files of pages other then first one will be created exactly in requested directory as main output file, but will contain in file name suffix _[2...n], that is defined by page number, f.e. if You define output file "C:\AsposeTests\output.svg" and output will contain several svg-files of pages, then files of pages will be created also in directory "C:\AsposeTests\" and have names 'output.svg', 'output_2.svg', 'output_3.svg' etc.
public boolean CompressOutputToZipArchive
Specifies whether output will be created as one zip-archive. Please refer comment to 'TreatTargetFileNameAsDirectory' options to see rules of naming of svg-files of pages for multipage source document, that are also applied to zipped set of output files.
public boolean ScaleToPixels
Specifies whether to scale the output document from typographic points to pixels.