datalogics / apdfl-kotlin-samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datalogics Adobe PDF Library

Documentation   |   Support   |   Release Notes   |  Homepage

Download a Free Trial

Adobe PDF Library

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.

Free trial & license activation

To activate the free trial:

  1. Visit https://www.datalogics.com/pdf-sdk-free-trial to obtain an activation key.
  2. 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()

Building and Running Samples

For 64-bit Intel Windows, 64-bit Intel Linux, or Mac ARM systems:

Samples can be built and run easily in the IntelliJ Community IDE.

  1. Clone or download the repository to your system.
  2. Select the sample you would like to try.
  3. Open the folder containing the sample in the IntelliJ IDE.
  4. Run the sample by clicking on the "Run" button!

About


Languages

Language:Kotlin 100.0%