Integration with Spillman CAD — NotePage, Inc.

Integrate with Existing Applications

Integration with Spillman CAD

PageGate integrates with Spillman CAD using a PowerShell script to poll the Spillman XML API combined with PageGate's GetAscii module and optionally the Filter Pack.

Step 1 — Create the PowerShell Polling Script

  1. Create: c:\PageGateData\sp-pg-ps\
  2. Download and paste the Spillman XML API PowerShell Script ↗ into a new text file.
  3. Modify key variables:
    $WorkingDir = "C:\PageGateData\sp-pg-ps\"
    $RequestUri = "[IP:port of your Spillman XML API host]"
    $LogFile = "c:\PageGateData\sp-pg-ps\log.txt"
  4. Save as pollspillman.ps1 in the script directory.

Step 2 — Create Windows Event Log Source and Service

  1. Run PowerShell as administrator. Type:
    New-EventLog -LogName Application -Source "SpillmanXmlApiRequester"
  2. Use NSSM ↗ to create a Windows Service for the script. Download the install script from the NotePage documentation and run:
    .\install.ps1
  3. In Windows Services, configure the service account and start the Spillman-PageGate-PowerScript service.

Step 3 — Configure GetAscii

See the NotePage documentation for implementation options:

Return to Integration Directory

Need help with this integration?

Our support team can walk you through the configuration steps.