You can download itext-pdfa-5.5.9.jar in this page.
GNU Affero General Public License v3
itext-pdfa-5.5.9.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.itextpdf/itext-pdfa/pom.properties META-INF/maven/com.itextpdf/itext-pdfa/pom.xml com.itextpdf.text.pdf.AFRelationshipValue.class com.itextpdf.text.pdf.PdfAConformanceException.class com.itextpdf.text.pdf.PdfAConformanceLevel.class com.itextpdf.text.pdf.PdfACopy.class com.itextpdf.text.pdf.PdfARadioCheckField.class com.itextpdf.text.pdf.PdfASmartCopy.class com.itextpdf.text.pdf.PdfAStamper.class com.itextpdf.text.pdf.PdfAStamperImp.class com.itextpdf.text.pdf.PdfATtfUnicodeWriter.class com.itextpdf.text.pdf.PdfAWriter.class com.itextpdf.text.pdf.interfaces.PdfAConformance.class com.itextpdf.text.pdf.internal.PdfA1Checker.class com.itextpdf.text.pdf.internal.PdfA2Checker.class com.itextpdf.text.pdf.internal.PdfA3Checker.class com.itextpdf.text.pdf.internal.PdfAChecker.class com.itextpdf.text.pdf.internal.PdfAConformanceImp.class com.itextpdf.text.pdf.internal.ZugferdChecker.class com.itextpdf.text.xml.xmp.PdfAProperties.class com.itextpdf.text.xml.xmp.PdfASchema.class com.itextpdf.text.xml.xmp.PdfAXmpWriter.class com.itextpdf.text.zugferd.InvoiceDOM.class com.itextpdf.text.zugferd.checkers.CodeValidation.class com.itextpdf.text.zugferd.checkers.NumberChecker.class com.itextpdf.text.zugferd.checkers.basic.CountryCode.class com.itextpdf.text.zugferd.checkers.basic.CurrencyCode.class com.itextpdf.text.zugferd.checkers.basic.DateFormatCode.class com.itextpdf.text.zugferd.checkers.basic.DocumentTypeCode.class com.itextpdf.text.zugferd.checkers.basic.LanguageCode.class com.itextpdf.text.zugferd.checkers.basic.MeasurementUnitCode.class com.itextpdf.text.zugferd.checkers.basic.TaxIDTypeCode.class com.itextpdf.text.zugferd.checkers.basic.TaxTypeCode.class com.itextpdf.text.zugferd.checkers.comfort.FreeTextSubjectCode.class com.itextpdf.text.zugferd.checkers.comfort.GlobalIdentifierCode.class com.itextpdf.text.zugferd.checkers.comfort.PaymentMeansCode.class com.itextpdf.text.zugferd.checkers.comfort.TaxCategoryCode.class com.itextpdf.text.zugferd.checkers.extended.AdditionalReferencedDocumentsCode.class com.itextpdf.text.zugferd.checkers.extended.AllowanceChargeReasonCode.class com.itextpdf.text.zugferd.checkers.extended.IncotermsCode.class com.itextpdf.text.zugferd.checkers.extended.ProductClassificationSystemCode.class com.itextpdf.text.zugferd.checkers.extended.QuantityCode.class com.itextpdf.text.zugferd.checkers.extended.TransportIdentificationCode.class com.itextpdf.text.zugferd.checkers.extended.TransportMeansCode.class com.itextpdf.text.zugferd.exceptions.DataIncompleteException.class com.itextpdf.text.zugferd.exceptions.InvalidCodeException.class com.itextpdf.text.zugferd.profiles.BasicProfile.class com.itextpdf.text.zugferd.profiles.BasicProfileImp.class com.itextpdf.text.zugferd.profiles.ComfortProfile.class com.itextpdf.text.zugferd.profiles.ComfortProfileImp.class com/itextpdf/text/zugferd/zugferd-template.xml
itext-pdfa-5.5.9.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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>itext-parent</artifactId> <version>1.0.0</version> <relativePath></relativePath> </parent> <artifactId>itext-pdfa</artifactId> <version>5.5.9</version> <packaging>jar</packaging> <name>iText PDF/A</name> <description>iText ISO-19005 Module</description> <url>http://itextpdf.com</url> <licenses> <license> <name>GNU Affero General Public License v3</name> <url>http://www.fsf.org/licensing/licenses/agpl-3.0.html</url> </license> </licenses> <developers> </developers> <mailingLists> <mailingList> <name>iText on StackOverflow</name> <subscribe> http://stackoverflow.com/questions/tagged/itext </subscribe> <archive> http://stackoverflow.com/questions/tagged/itext </archive> <otherArchives> <otherArchive>http://news.gmane.org/gmane.comp.java.lib.itext.general</otherArchive> <otherArchive>http://itext-general.2136553.n4.nabble.com/</otherArchive> <otherArchive>http://www.junlu.com/2.html</otherArchive> <otherArchive>http://sourceforge.net/mailarchive/forum.php?forum_id=3273</otherArchive> <otherArchive>http://www.mail-archive.com/itext-questions%40lists.sourceforge.net/</otherArchive> </otherArchives> </mailingList> </mailingLists> <scm> <connection>scm:git:git@github.com:itext/itextpdf.git</connection> <url>https://github.com/itext/itextpdf</url> </scm> <issueManagement> <system>jira</system> <url>https://jira.itextsupport.com/</url> </issueManagement> <ciManagement> <system>jenkins-ci</system> <url>http://ci.itextsupport.com/</url> </ciManagement> <properties> <java.version>1.5</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <argLine>-Xmx128m</argLine> <sonar.language>java</sonar.language> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> <sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath> </properties> <dependencies> <dependency> <groupId>com.itextpdf</groupId> <artifactId>itextpdf</artifactId> <version>${project.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> <version>1.48</version> <type>jar</type> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.2</version> <type>jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.8.5</version> <type>jar</type> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> <configuration> <source>${java.version}</source> <target>${java.version}</target> </configuration> </plugin> <plugin> <groupId>external.atlassian.jgitflow</groupId> <artifactId>jgitflow-maven-plugin</artifactId> <version>1.0-m5.1</version> <configuration> <flowInitContext> <masterBranchName>master</masterBranchName> <developBranchName>develop</developBranchName> <featureBranchPrefix>feature/</featureBranchPrefix> <releaseBranchPrefix>release/</releaseBranchPrefix> <hotfixBranchPrefix>hotfix/</hotfixBranchPrefix> <versionTagPrefix /> </flowInitContext> <allowUntracked>true</allowUntracked> <autoVersionSubmodules>true</autoVersionSubmodules> <updateDependencies>true</updateDependencies> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>all</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.8</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <links> <link>http://developers.itextpdf.com/reference/classes</link> </links> <footer><![CDATA[ <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-11854164-1', 'itextpdf.com'); ga('send', 'pageview'); </script> ]]></footer> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.17</version> <configuration> <runOrder>random</runOrder> </configuration> </plugin> </plugins> </build> </profile> <profile> <id>doclint-java8-disable</id> <activation> <jdk>[1.8,)</jdk> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <additionalparam>-Xdoclint:none</additionalparam> </configuration> </plugin> </plugins> </build> </profile> <!-- BEGIN: Specific to mapping unit tests and covered code --> <profile> <id>coverage-per-test</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <!-- Minimal supported version is 2.4 --> <version>2.17</version> <configuration> <properties> <property> <name>listener</name> <value>org.sonar.java.jacoco.JUnitListener</value> </property> </properties> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.codehaus.sonar-plugins.java</groupId> <artifactId>sonar-jacoco-listeners</artifactId> <version>1.2</version> <scope>test</scope> </dependency> </dependencies> </profile> <!-- END: Specific to mapping unit tests and covered code --> </profiles> </project>
<dependency> <groupId>com.itextpdf</groupId> <artifactId>itext-pdfa</artifactId> <version>5.5.9</version> </dependency>
If you think the following itext-pdfa-5.5.9.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download itext-pdfa-5.5.9.jar file