iTextPDF Library - 找不到类“com.itextpdf.text.pdf.PdfAWriter”

问题描述:

在最新版本的itextpad v5.4.0中找不到类com.itextpdf.text.pdf.PdfAWriter。我甚至尝试下载额外的罐子但无济于事。

Can't find the class "com.itextpdf.text.pdf.PdfAWriter" in latest version of itextpad v5.4.0. I have even tried downloading the extra jars but to no avail.

任何帮助都将不胜感激。

Any help will be appreciated.

正如Bruno所说,PDF / A库位于不同的jar文件中: itext-pdfa

As said by Bruno, PDF/A Libraries are in a different jar file: itext-pdfa.

这里的Maven依赖:

Here the Maven dependency:

<!-- https://mvnrepository.com/artifact/com.itextpdf/itext-pdfa -->
<dependency>
    <groupId>com.itextpdf</groupId>
    <artifactId>itext-pdfa</artifactId>
    <version>5.5.13</version>
</dependency>