| Package | Description |
|---|---|
| com.itextpdf.svg.converter | |
| com.itextpdf.svg.processors | |
| com.itextpdf.svg.processors.impl | |
| com.itextpdf.svg.xobject |
| Modifier and Type | Method and Description |
|---|---|
static ISvgProcessorResult |
SvgConverter.parseAndProcess(InputStream svgStream)
Parse and process an Inputstream containing an SVG, using the default Svg processor (
DefaultSvgProcessor)
The parsing of the stream is done using UTF-8 as the default charset. |
static ISvgProcessorResult |
SvgConverter.parseAndProcess(InputStream svgStream,
ISvgConverterProperties props)
Parse and process an Inputstream containing an SVG, using the default Svg processor (
DefaultSvgProcessor) |
static ISvgProcessorResult |
SvgConverter.process(INode root,
ISvgConverterProperties props)
Use the default implementation of
ISvgProcessor to convert an XML
DOM tree to a node renderer tree. |
| Modifier and Type | Method and Description |
|---|---|
ISvgProcessorResult |
ISvgProcessor.process(INode root,
ISvgConverterProperties converterProps)
Process an SVG, returning the root of a renderer-tree and a list
of named objects wrapped in a processor result object
|
| Modifier and Type | Class and Description |
|---|---|
class |
SvgProcessorResult
A wrapper class that encapsulates processing results of
ISvgProcessor objects. |
| Modifier and Type | Method and Description |
|---|---|
ISvgProcessorResult |
DefaultSvgProcessor.process(INode root,
ISvgConverterProperties converterProps) |
| Modifier and Type | Method and Description |
|---|---|
ISvgProcessorResult |
SvgImageXObject.getResult()
Returns processor result containing the SVG information.
|
| Constructor and Description |
|---|
SvgImageXObject(ISvgProcessorResult result,
SvgDrawContext svgContext,
float em,
com.itextpdf.kernel.pdf.PdfDocument pdfDocument)
Creates a new instance of Form XObject for the relative sized SVG image.
|
SvgImageXObject(com.itextpdf.kernel.geom.Rectangle bBox,
ISvgProcessorResult result,
ResourceResolver resourceResolver)
Creates a new instance of Form XObject for the SVG image.
|
Copyright © 1998–2025 Apryse Group NV. All rights reserved.