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-8.0.1.jar download
svg-8.0.1.pom download
svg-8.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.itextpdf</groupId>
  <artifactId>svg</artifactId>
  <version>8.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.itextpdf:svg:8.0.1'
Gradle Kotlin
implementation("com.itextpdf:svg:8.0.1")
Scala SBT
libraryDependencies += "com.itextpdf" % "svg" % "8.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.itextpdf', module='svg', version='8.0.1')
)
Apache Ivy
<dependency org="com.itextpdf" name="svg" rev="8.0.1" />
Leiningen
[com.itextpdf/svg "8.0.1"]
Apache Buildr
'com.itextpdf:svg:jar:8.0.1'