PDF Extension for Jakarta EE (Lucee 7+)

org.lucee:pdf-extension

Lucee PDF Extension provides essential PDF manipulation tags (cfdocument, cfpdf, cfpdfparam, etc.) specifically designed for Jakarta EE environments like Tomcat 10+. This version is fully compatible with Jakarta Servlet specifications and requires Lucee 7. For Lucee 6 installations, please use PDF Extension 1.0 or 2.0 instead. The extension delivers the same familiar functionality while ensuring seamless operation in modern servlet containers that have migrated to the jakarta namespace.

Requires Lucee (7.1.0.2 - )+ ID 66E312DD-D083-27C0-64189D16753FD6F0

Installation

Declare the extension in your configuration and Lucee will download and install it automatically on startup. Choose the method that fits your setup — .CFConfig.json is recommended for version-controlled deployments, the environment variable works well for Docker and cloud environments. You can also install manually by dropping the .lex file into /lucee-server/deploy/ or through the Lucee Administrator under Extension › Applications.

Lucee 8+
{
  "extensions": [
    {
      "maven": "org.lucee:pdf-extension:2.0.1.0"
    }
  ]
}
Lucee 7 and older
{
  "extensions": [
    {
      "id": "66E312DD-D083-27C0-64189D16753FD6F0",
      "name": "PDF Extension for Jakarta EE (Lucee 7+)",
      "version": "2.0.1.0"
    }
  ]
}

More options including resource for local files or custom URLs: Extension Installation docs

Lucee 8+
export LUCEE_EXTENSIONS="org.lucee:pdf-extension:2.0.1.0"
Lucee 7 and older
export LUCEE_EXTENSIONS="66E312DD-D083-27C0-64189D16753FD6F0;version=2.0.1.0;"
Releases RELEASE
Version Released Requires Lucee Download
2.0.1.0
2.0.0.2
2.0.0.1
1.2.0.12
1.2.0.10
1.1.0.19
1.1.0.7
1.0.0.94
1.0.0.80
1.0.0.75
1.0.0.72
1.0.0.68
1.0.0.67
1.0.0.66
1.0.0.65
1.0.0.64
1.0.0.63
1.0.0.62
1.0.0.61
1.0.0.60
1.0.0.59
1.0.0.58
1.0.0.57
1.0.0.56
1.0.0.55
1.0.0.54
1.0.0.53
1.0.0.52
1.0.0.51
1.0.0.50
1.0.0.49
1.0.0.48
1.0.0.16
1.0.0.15
Release Candidates RC
Version Released Requires Lucee Download
2.0.1.0-RC
2.0.0.1-RC
1.2.0.12-RC
1.0.0.97-RC
1.0.0.94-RC
Betas BETA
Version Released Requires Lucee Download
3.0.0.1-BETA
3.0.0.0-BETA
Snapshots SNAPSHOT
Version Released Requires Lucee Download
3.0.0.2-SNAPSHOT Jul 9, 2026 (7.1.0.2 - )+
2.0.0.3-SNAPSHOT

← Back to Downloads