URL scheme

It is possible to start signoSign/2 via a URL from a web application (browser) and transfer documents with or without document types and their settings. For this option, the URL scheme “signosign2://” is used, which is assigned during the installation of the application (signoSign2.exe).

The URL must contain a link or path to a supported file format as a parameter. The software downloads the document from the transmitted link or path.

If several files are to be transferred in one URL, the key “docX” can be used, whereby each parameter contains one file ([…]doc1={path}&doc2={path}&doc3={path}).

Examples:

HTML
<a href=“signoSign2://https%3A%2f%2fexample.com%2f123.pdf“>Dokument öffnen</a>
<a href=“signoSign2://doc1=https%3A%2f%2fexample.com%2f39WrTBL&doc2=https%3A%2f%2fexample.com%2f2QmAzty“>Mehrere Dokumente öffnen</a>

Prohibited special characters within the parameters must be URL-encoded. For example, a colon (:) must be encoded as %3A, and an ampersand (&) must be encoded as %26.

Original:
signoSign2://doc1=https://example.com/39WrTBL&doc2=https://example.com/2QmAzty

Encoded: signoSign2://doc1=https%3A%2f%2fexample.com%2f39WrTBL&doc2=https%3A%2f%2fexample.com%2f2QmAzty

As with the transfer parameter function, the resubmission can also be opened here using the “OpenResubmission” parameter. More information can be found in the section on transfer parameters.

Examples:

<a href="signoSign2://OpenResubmission">Wiedervorlage öffnen</a>
<a href="signoSign2://OpenResubmission?ID=4711&User=john.doe">Wiedervorlage gefiltert</a>