How can I uninstall iText 5?
Java - Maven
-
Take the iText code out of your project.
-
Run the Maven command
mvn dependency:purge-local-repository -DreResolve=false
. -
Take the iText dependencies out of your
pom.xml
.
Reference: https://maven.apache.org/plugins/maven-dependency-plugin/purge-local-repository-mojo.html
.NET - NuGet
-
Take the iText code out of your project.
-
Run the NuGet Package Manager command
Uninstall-Package itext7 -RemoveDependencies
.
Reference: https://docs.microsoft.com/en-us/nuget/tools/powershell-reference#uninstall-package