【发布时间】:2016-01-27 10:22:15
【问题描述】:
我想在 JDK 1.5 环境下使用 PDFBOX 2.0。
我可能读到 JDK 1.5 环境支持 PDFBOX。
在 JDK 1.5 中,我做了测试。但它不受支持。
所以我想知道 JDK 1.5 环境是否支持 PDFBOX 2.0。
【问题讨论】:
标签: java pdfbox environment jdk1.5
我想在 JDK 1.5 环境下使用 PDFBOX 2.0。
我可能读到 JDK 1.5 环境支持 PDFBOX。
在 JDK 1.5 中,我做了测试。但它不受支持。
所以我想知道 JDK 1.5 环境是否支持 PDFBOX 2.0。
【问题讨论】:
标签: java pdfbox environment jdk1.5
来自文档 (https://pdfbox.apache.org/2.0/migration.html):PDFBox 2.0.0 至少需要 Java 6 包
Migration to PDFBox 2.0.0
Environment
PDFBox 2.0.0 requires at least Java 6 Packages
There are some significant changes to the package structure of PDFBox:
Jempbox is no longer supported and was removed in favour of Xmpbox
all examples were moved to the new package "pdfbox-examples"
all commandline tools were moved to the new package "pdfbox-tools"
all debugger related stuff was moved to the new package "pdfbox-debugger"
the new package "debugger-app" provides a standalone pre built binary for the debugger
【讨论】:
我相信 PDFBox 2.0 支持 1.6 及更高版本。然而,旧版本的 PDFBox 确实支持 1.5。
【讨论】: