Installation
The NuGet package
The Signature API is packaged with NuGet.
It may be fetched from the package sources listed in the
installation section of the NET-DeviceAPI documentation.
The package name is SigSignAPI.
.NET-Framework projects have to install the the Grpc.Core package.
This adds required native gRPC libraries
Note that this is not necessary for .NET-Core, .NET5 and higher.
Furthermore, the Signature API depends on a locally running
PDF service
that listens at port 50051 can be installed with
stepover-pdf-service-windows-x64-5.3.0_b221.exe
on Windows, 64-bit, x64,
stepover-pdf-service-windows-x32-5.3.0_b221.exe
on Windows, 32-bit, x86,
stepover-pdf-service-unix-5.3.0.sh
on Linux, x64,
stepover-pdf-service-macos-5.3.0.dmg
on MacOS, x64,
stepover-pdf-service-macos-arm-5.3.0.dmg
on MacOS, arm64.
The MacOS installers may not be notarized.
See the Apple docs on how to run them nevertheless.