|
Integration |
Top Previous Next |
|
The definition file "n2pdfDef.SCR" must be integrated into the programming in order for the n2pdf "language extension" to be available in a database together with all the functions. You can integrate the language extension into the script by using the command
%Include "n2pdfDef.SCR"
within a script or by importing the content of the file (ASCII file). The file is stored in the Notes system directory when n2pdf is installed. This file is only needed for integration (compiling the scripts) and does not have to be delivered with the finished integration.
Note:If you roll out the finished application without the definition file, then the application or script cannot be compiled, which means you gain a certain amount of "protection against modification". |