SvgExtractor

Inheritance: java.lang.Object, com.aspose.pdf.vector.extraction.SvgExtractor

public class SvgExtractor extends Object

Represents a class to SVG-images extraction from page.

Constructors

ConstructorDescription
SvgExtractorRepresents a class to extract SVG images from a page.
SvgExtractorRepresents a class to extract SVG images from a page.

Methods

MethodDescription
extractExracts svg image to string from graphic elements represents by absorber with a predicate filter.
extractExracts svg image to file from graphic elements represents by absorber with a predicate filter.
extractExtracts graphic elements into a SVG string.
extractExtracts graphic elements into a single SVG file.
extractExtracts Svg images from a page to strings.
extractExtracts Svg images from a page to strings.
extractExtracts Svg images from a page to files.

SvgExtractor

public SvgExtractor()

Represents a class to extract SVG images from a page.

SvgExtractor

Represents a class to extract SVG images from a page.

extract

Exracts svg image to string from graphic elements represents by absorber with a predicate filter.

extract

Exracts svg image to file from graphic elements represents by absorber with a predicate filter.

extract

Extracts graphic elements into a SVG string.

extract

Extracts graphic elements into a single SVG file.

extract

Extracts Svg images from a page to strings.

extract

Extracts Svg images from a page to strings.

extract

Extracts Svg images from a page to files.