Getting Started
Installing
Find the Maven artifact
Go to Datalogics Adobe PDF Library on Maven Central and copy the dependency snippet.
Add to your project
Paste the snippet into the dependencies section of your pom.xml file.
Maven Configuration Guide
For detailed instructions on accessing and configuring the Datalogics Maven repository, download the configuration guide:
Quick Setup
Add the Datalogics repository to your pom.xml:
<repositories>
<repository>
<id>datalogics</id>
<url>https://repo.datalogics.com/api/maven/datalogics-enterprise/apdfl-public</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>false</enabled></snapshots>
</repository>
</repositories>
Then add the APDFL dependency. The full guide also covers native libraries, resources, and OS profiles:
<dependency>
<groupId>com.datalogics.pdfl</groupId>
<artifactId>pdfl</artifactId>
<version>[21.0,22.0)</version>
</dependency>
Activating
Obtain a trial activation key
Get your temporary activation key at Adobe PDF Library Free Trial.
Activate when prompted
Provide the temporary activation key when prompted during first run.
Building & Running Samples
- Head over to GitHub to clone the Java/Maven samples or explore the Kotlin samples.
- Develop your PDF workflows!
API Reference
The latest version of the Java API reference is available here.
Get in Touch
Discord Community
Join for tutorials, events, and tech support.
Support Form
Submit a support request via web form.
Customer Portal
Manage your licenses and account.
Book a Call
Talk to a software engineer via Calendly.