SvgExtractor
Contents
[
Hide
]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
| Constructor | Description |
|---|---|
| SvgExtractor | Represents a class to extract SVG images from a page. |
| SvgExtractor | Represents a class to extract SVG images from a page. |
Methods
| Method | Description |
|---|---|
| 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. |
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.