pdf-extension
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.lucee</groupId>
<artifactId>pdf-extension</artifactId>
<version>3.0.0.1-BETA</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.lucee</groupId>
<artifactId>pdf-extension</artifactId>
<version>3.0.0.1-BETA</version>
<packaging>pom</packaging>
<name>PDF Extension</name>
<description>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.</description>
<url>https://github.com/lucee/extension-pdf</url>
<licenses>
<license>
<name>The GNU Lesser General Public License, Version 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>micstriit</id>
<name>Michael Offner</name>
<email>michael@lucee.org</email>
<organization>Lucee Association Switzerland</organization>
<organizationUrl>http://lucee.org</organizationUrl>
<roles>
<role>Project-Administrator</role>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/lucee/extension-pdf.git</connection>
<developerConnection>scm:git:git@github.com:lucee/extension-pdf.git</developerConnection>
<tag>3.0.0.1-BETA</tag>
<url>https://github.com/lucee/extension-pdf</url>
</scm>
<properties>
<mvnArtifactId>pdf</mvnArtifactId>
<buildDate>2026-06-15 21:01:46</buildDate>
<mvnGroupId>org.lucee</mvnGroupId>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
<releaseType>server</releaseType>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<id>66E312DD-D083-27C0-64189D16753FD6F0</id>
<image>https://raw.githubusercontent.com/lucee/extension-pdf/master/source/images/logo.png</image>
<goal>install</goal>
<maven.compiler.source>21</maven.compiler.source>
<label>PDF Extension for Jakarta EE (Lucee 7+)</label>
<snapshot.url>https://oss.sonatype.org/content/repositories/snapshots/</snapshot.url>
<release.url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</release.url>
<bundlename>org.lucee.pdf.extension</bundlename>
<luceeCoreVersion>7.1.0.2-ALPHA</luceeCoreVersion>
<maven.compiler.target>21</maven.compiler.target>
<filename>pdf-extension</filename>
<mvnGroupPath>org/lucee</mvnGroupPath>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>