File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff 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+ ```
You can’t perform that action at this time.
0 commit comments