Skip to main content
Skip table of contents

How can I uninstall iText?

Java - Maven Take the iText code out of your project.

Java - Maven

  1. Take the iText code out of your project.

  2. Run the Maven command mvn dependency:purge-local-repository -DreResolve=false.

  3. 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

  1. Take the iText code out of your project.

  2. Run the NuGet Package Manager command Uninstall-Package itext7 -RemoveDependencies.

Reference: https://docs.microsoft.com/en-us/nuget/tools/powershell-reference#uninstall-package

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.