Skip to content

Support OpenPDF 3.0 #35432

@jakeab

Description

@jakeab

AbstractPdfView
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/servlet/view/document/AbstractPdfView.html

references classes from the com.lowagie hierarchy for compatibility with iText and OpenPDF. OpenPDF 3.0 has changed its package name:

OpenPDF 3.0.0 uses the new package name org.openpdf. The old com.lowagie is now removed from OpenPDF 3.0.
This means that source code using OpenPDF must be migrated to use import statements using org.openpdf.* package.

https://github.com/LibrePDF/OpenPDF/releases

A possible wrinkle: OpenPDF in 2.1.0 moved to a Java 21 compiler level.

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: webIssues in web modules (web, webmvc, webflux, websocket)status: supersededAn issue that has been superseded by another

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions