PrizmDoc v13.3 - Updated
Build the E-Signature Viewers
Developer Guide > Customize the E-Signature Viewers > Build the E-Signature Viewers

The Template Designer viewer and E-Signer viewer work out-of-the-box, but if you want to customize either of these viewers you will need to build them. To build either of these viewers, follow the steps below.

  1. Install node.js, which you can download from https://nodejs.org/.
  2. Open a node.js command prompt and change to the directory of the Viewer you are building. For example, if you want to build the C# template designer, change to the C# template designer sample folder, as demonstrated below:

cd C:\Prizm\Samples\PCCIS\net\cs\template-designer-sample

By default, the C# template designer sample is installed to C:\Prizm\Samples\PCCIS\net\cs\template-designer-sample.
  1. Run the following command, which will install the dependencies for building the Viewer:

npm install

  1. To build the Viewer, use one of the commands described below:

The build process uses some standard open-sourced tools. To learn more about these resources and how to use them, refer to the following: