Skip to content

Commit b6d4ae6

Browse files
Merge pull request #37 from datalogics/develop
Develop to Main
2 parents c71b388 + 69611ea commit b6d4ae6

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,20 @@ Many of these sample programs automatically generate an output file or set of fi
1818
*(Note: that the Forms Extension product and samples are available by talking to Datalogics Sales.)*
1919

2020
## ***Building and Running Samples***
21-
Samples can be built and run easily in an IDE such as Visual Studio 2017, 2019, or 2022.
21+
Samples can be built and run easily in an IDE such as Visual Studio 2017, 2019, or 2022.
22+
23+
## Free trial & license activation
24+
25+
To activate the free trial:
26+
1. Visit https://www.datalogics.com/pdf-sdk-free-trial to obtain an activation key.
27+
2. A prompt will appear on your console when executing Datalogics sample code.
28+
29+
Alternatively, to use an activation key in code, the <em>LicenseKey</em> member of the <em>Library</em> class can be set to
30+
a valid activation key <b>prior</b> to instantiating the library.
31+
```
32+
Library.LicenseKey = "xxxx-xxxx-xxxx-xxxx";
33+
using (Library lib = new Library())
34+
{
35+
//APDFL Code
36+
}
37+
```

0 commit comments

Comments
 (0)