Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The NuGet package

The SignAPI is packaged with NuGet.
It may be fetched from the package sources listed in the
/wiki/spaces/NETDEVAPI/pages/79527958

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 SignAPI 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.

  • No labels