public interface ISvgProcessor
INode
that corresponds to a Svg element and return a ISvgNodeRenderer
that serves as the root for the same SVG
Modifier and Type | Method and Description |
---|---|
ISvgProcessorResult |
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
|
ISvgProcessorResult process(INode root, ISvgConverterProperties converterProps) throws SvgProcessingException
root
- Root of the INode representation of the SVG
converterProps
- configuration properties
ISvgProcessorResult
}
SvgProcessingException
- throws an exception if the root node is null or if the child node being processed is null
Copyright © 1998–2023 iText Group NV. All rights reserved.