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