Download pdfa-7.0.1.jar file

Introduction

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

License

Open Source

Type List

pdfa-7.0.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.itextpdf/pdfa/pom.properties
META-INF/maven/com.itextpdf/pdfa/pom.xml
com.itextpdf.pdfa.PdfAConformanceException.class
com.itextpdf.pdfa.PdfADocument.class
com.itextpdf.pdfa.PdfAXMPUtil.class
com.itextpdf.pdfa.checker.PdfA1Checker.class
com.itextpdf.pdfa.checker.PdfA2Checker.class
com.itextpdf.pdfa.checker.PdfA3Checker.class
com.itextpdf.pdfa.checker.PdfAChecker.class

Pom

pdfa-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>pdfa</artifactId>
    <name>iText 7 - pdfa</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>pdftest</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </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>pdfa</artifactId>
   <version>7.0.1</version>
</dependency>

Download

If you think the following pdfa-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 pdfa-7.0.1.jar file




PreviousNext

Related