Skip to content

Commit

Permalink
Add README.md for maven
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-aarroyo committed Jun 17, 2024
1 parent c339363 commit 632f384
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions Forms/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
![Datalogics Adobe PDF Library](https://raw.github.com/datalogics/dl-icons/develop/DLBanner_Nuget.png)

[Documentation](https://docs.datalogics.com/apdfl18/Java/index.html)   |   [Support](https://www.datalogics.com/tech-support-pdfs/)   |   [Release Notes](https://docs.datalogics.com/apdfl18/Release_Notes.html)   |  [Homepage](https://www.datalogics.com)

[![Download a Free Trial](https://img.shields.io/badge/maven%20package-APDFL%20Free%20Trial-blue?style=plastic&logo=apachemaven)](https://central.sonatype.com/artifact/com.datalogics.pdfl/forms-extension)

## Adobe PDF Library Forms Extension

Forms Extension SDK is an Adobe PDF Library addition that helps users who work with PDF forms to efficiently manage their forms processes. Import and export form data, lock completed forms to prevent editing and provide consistent viewing experiences across all devices.

Forms Extension Uses:

* Adobe PDF Library customers who need additional forms support
* Incorporating forms functionality into your own applications
* Processing PDFs containing XFA form content
* Using dynamic forms that require customization
* Using database content to populate form fields
* Exporting form data to populate databases
* Conditionally preventing form editing (for example: after submission)

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.

## Supported Platforms

- Windows 64 Bit
- Linux 64 Bit

## Free trial & license activation

To activate the free trial:
1. Visit https://www.datalogics.com/pdf-form-functions 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 <em>setLicenseKey()</em> method of the <em>Library</em> class can be set to
a valid activation key <b>prior</b> to instantiating the library.
```
Library.setLicenseKey("xxxx-xxxx-xxxx-xxxx");
Library lib = new Library();
```

## Running the Samples
**For 64-bit Intel Windows, 64-bit Intel Linux systems:**
- Clone this repository to your system
- Select a sample you would like to try
- Open the folder containing the sample in [IntelliJ IDEA](https://www.jetbrains.com/idea/)
- From the Maven tab in the right sidebar, run the "Compile" phase
- Run the sample

0 comments on commit 632f384

Please sign in to comment.