Documentation | Support | Release Notes | Homepage
Built upon Adobe source code used for Acrobat, Datalogics Adobe PDF Library SDK provides stable, reliable code and the flexibility to develop with Java, C#, VB (VB.NET), or C++. 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.
Live support from PDF development experts.
Licensing and Pricing options are customized to your usage and requirements. For OEM and SaaS customers we will provide you with a non-license managed software package for easier distribution embedded within your applications.
To activate the free trial:
- Visit Free Trial to obtain an activation key.
- A prompt will appear on your console when executing Datalogics sample code.
Alternatively, to use an activation key in code, the setLicenseKey() method of the Library class can be set to a valid activation key prior to instantiating the library.
Library.setLicenseKey("xxxx-xxxx-xxxx")
val lib = Library()
For x64 Windows, x64 Linux, or macOS ARM systems:
Samples can be built and run easily in the IntelliJ IDEA IDE.
- Clone this repository
- Select the sample you would like to try
- Open the folder containing the sample in the IDE
- Run the sample by clicking on the Run button!