s

svg

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