MVN

com.itextpdf.maven : itextdoc

Maven & Gradle

Oct 01, 2011

iText Documentation Maven Plugin · This maven plugin main purpose is to pars html files defined in an xml file, that's in itextdoc.xsd style, to one PDF.

<plugin>
    <groupId>com.itextpdf.maven</groupId>
    <artifactId>itextdoc</artifactId>
    <version>2.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.itextpdf.maven : itextdoc to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.itextpdf.maven : itextdoc to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
itextdoc-2.0.0
1.0.x
itextdoc-1.0.1
itextdoc-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.itextpdf.maven</groupId>
    <artifactId>itextdoc</artifactId>
    <version>2.0.0</version>
</plugin>

Advertisement