【问题标题】:Isn't PDFBOX2.0 supported JDK 1.5?PDFBOX2.0 不支持JDK 1.5 吗?
【发布时间】: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


    【解决方案1】:

    来自文档 (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
    

    【讨论】:

      【解决方案2】:

      我相信 PDFBox 2.0 支持 1.6 及更高版本。然而,旧版本的 PDFBox 确实支持 1.5。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2012-01-18
        • 2011-03-04
        • 1970-01-01
        • 1970-01-01
        • 2023-03-17
        • 2016-06-03
        • 2023-03-16
        相关资源
        最近更新 更多