svg
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>svg</artifactId>
<version>9.6.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.6.0</version>
</parent>
<artifactId>svg</artifactId>
<name>iText - SVG</name>
<description>svg is a module for iText that allows you to integrate SVG images in your PDF creation and manipulation
process
</description>
<url>https://itextpdf.com/</url>
<properties>
<sharpen.phase>install</sharpen.phase>
<sharpen.projectName>svg</sharpen.projectName>
<sharpen.cSharpTargetFolder>./../../../sharp/itextcore</sharpen.cSharpTargetFolder>
<sharpen.cSharpSourceCodeDestination>itext/itext.svg</sharpen.cSharpSourceCodeDestination>
<sharpen.cSharpTestCodeDestination>itext.tests/itext.svg.tests</sharpen.cSharpTestCodeDestination>
</properties>
<dependencies>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>layout</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>styled-xml-parser</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>pdftest</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>pdfua</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
<includes>
<include>**/*.css</include>
<include>**/*.json</include>
</includes>
</resource>
</resources>
</build>
</project>