Skip to content

Commit

Permalink
Merge pull request #19 from datalogics-aarroyo/readme_update
Browse files Browse the repository at this point in the history
Update README to include activation instructions
  • Loading branch information
datalogics-josepha committed May 22, 2024
2 parents 0ccad39 + df44811 commit 14ef064
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ 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 <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")
val lib = Library()
```

## Building and Running Samples
**For 64-bit Intel Windows, 64-bit Intel Linux, or Mac ARM systems:**

Expand Down

0 comments on commit 14ef064

Please sign in to comment.