Skip to content

Commit

Permalink
Merge pull request #43 from datalogics/develop
Browse files Browse the repository at this point in the history
Develop to Main
  • Loading branch information
datalogics-robb authored Jun 5, 2024
2 parents 141d99b + 4e05049 commit c4bf8c0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@ Many of these sample programs automatically generate an output file or set of fi
## Building and Running Samples
*Samples can be built and run easily in an IDE such as Visual Studio 2022, Visual Studio 2022 for Mac, or VS Code.*

## 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>LicenseKey</em> member of the <em>Library</em> class can be set to
a valid activation key <b>prior</b> to instantiating the library.
```
Library.LicenseKey = "xxxx-xxxx-xxxx-xxxx";
using (Library lib = new Library())
{
//APDFL Code
}
```

**Otherwise**, here are instructions for using **dotnet** instead:

Change to the directory of the program you want to work with. Here is an example:
Expand Down

0 comments on commit c4bf8c0

Please sign in to comment.