MVN

com.datalogics.pdfl : pdfl

Maven & Gradle

Jul 24, 2023
2 stars

com.datalogics.pdfl:pdfl · Built upon Adobe source code used for Acrobat, Datalogics Adobe PDF Library SDK provides stable, reliable code and the flexibility to develop with Java (interfaces are also available for C/C++, .NET 6 and .NET Framework - C# or VB.NET). APDFL is the most complete SDK for PDF creation, manipulation and management. Best for enterprise/larger organizations of developers and independent software vendors (ISVs) who need to incorporate Adobe's PDF functionality into their own internal or external applications.

<dependency>
    <groupId>com.datalogics.pdfl</groupId>
    <artifactId>pdfl</artifactId>
    <version>18.22.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.datalogics.pdfl : pdfl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 18.22.0

All Versions

Choose a version of com.datalogics.pdfl : pdfl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
18.22.x
pdfl-18.22.0
18.21.x
pdfl-18.21.0
18.20.x
pdfl-18.20.0
18.19.x
pdfl-18.19.0

How to add a dependency to Maven

Add the following com.datalogics.pdfl : pdfl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.datalogics.pdfl</groupId>
    <artifactId>pdfl</artifactId>
    <version>18.22.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.datalogics.pdfl : pdfl gradle dependency to your build.gradle file:

implementation 'com.datalogics.pdfl:pdfl:18.22.0'

Gradle Kotlin DSL: Add the following com.datalogics.pdfl : pdfl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.datalogics.pdfl:pdfl:18.22.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.datalogics.pdfl : pdfl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.datalogics.pdfl" % "pdfl" % "18.22.0"