s

svg

svg is a module for iText that allows you to integrate SVG images in your PDF creation and manipulation process
https://itextpdf.com/
Files download
File Operation
svg-9.0.0.jar download
svg-9.0.0.pom download
svg-9.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.itextpdf</groupId>
  <artifactId>svg</artifactId>
  <version>9.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.itextpdf:svg:9.0.0'
Gradle Kotlin
implementation("com.itextpdf:svg:9.0.0")
Scala SBT
libraryDependencies += "com.itextpdf" % "svg" % "9.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.itextpdf', module='svg', version='9.0.0')
)
Apache Ivy
<dependency org="com.itextpdf" name="svg" rev="9.0.0" />
Leiningen
[com.itextpdf/svg "9.0.0"]
Apache Buildr
'com.itextpdf:svg:jar:9.0.0'