Download forms-7.0.1.jar file

Introduction

You can download forms-7.0.1.jar in this page.

License

Apache License 2

Type List

forms-7.0.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.itextpdf/forms/pom.properties
META-INF/maven/com.itextpdf/forms/pom.xml
com.itextpdf.forms.PdfAcroForm.class
com.itextpdf.forms.PdfPageFormCopier.class
com.itextpdf.forms.PdfSigFieldLockDictionary.class
com.itextpdf.forms.fields.PdfButtonFormField.class
com.itextpdf.forms.fields.PdfChoiceFormField.class
com.itextpdf.forms.fields.PdfFormField.class
com.itextpdf.forms.fields.PdfSignatureFormField.class
com.itextpdf.forms.fields.PdfTextFormField.class
com.itextpdf.forms.xfa.AcroFieldsSearch.class
com.itextpdf.forms.xfa.InverseStore.class
com.itextpdf.forms.xfa.XfaForm.class
com.itextpdf.forms.xfa.Xml2Som.class
com.itextpdf.forms.xfa.Xml2SomDatasets.class

Pom

forms-7.0.1.pom file content.

<?xml version="1.0"?>
<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>7.0.1</version>
    </parent>

    <artifactId>forms</artifactId>
    <name>iText 7 - forms</name>
    <url>http://itextpdf.com/</url>

    <dependencies>
        <dependency>
            <groupId>com.itextpdf</groupId>
            <artifactId>kernel</artifactId>
            <version>${project.version}</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.itextpdf</groupId>
            <artifactId>layout</artifactId>
            <version>${project.version}</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.itextpdf</groupId>
            <artifactId>pdftest</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.bouncycastle</groupId>
            <artifactId>bcprov-jdk15on</artifactId>
            <version>${bouncycastle.version}</version>
            <type>jar</type>
            <scope>test</scope>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.bouncycastle</groupId>
            <artifactId>bcpkix-jdk15on</artifactId>
            <version>${bouncycastle.version}</version>
            <type>jar</type>
            <scope>test</scope>
            <optional>true</optional>
        </dependency>

    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                    <groups>${unittests}</groups>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-failsafe-plugin</artifactId>
                <configuration>
                    <includes>
                        <include>**/*Test.java</include>
                    </includes>
                    <groups>${integrationtests}</groups>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>com.itextpdf</groupId>
   <artifactId>forms</artifactId>
   <version>7.0.1</version>
</dependency>

Download

If you think the following forms-7.0.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download forms-7.0.1.jar file




PreviousNext

Related