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:
<a href=“signoSign2://https%3A%2f%2fexample.com%2f123.pdf“>Open document</a>
<a href=“signoSign2://doc1=https%3A%2f%2fexample.com%2f39WrTBL&doc2=https%3A%2f%2fexample.com%2f2QmAzty“>Open multiple documents</a>
Reserved special characters within the parameters must be URL-encoded. For example, a double dot (:) must be encoded to %3A and an ampersand (&) to %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
Please note that if the file name or path contains unauthorized URL characters, they must be encoded accordingly. For example, if the file is “Invoice & delivery bill.pdf,” the special character must be encoded in the URL: “Invoice %26 delivery bill.pdf.”
If the URL contains one or more colons, they must be encoded with “%3A”.
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">Open resubmission</a>
<a href="signoSign2://OpenResubmission?ID=4711&User=john.doe">Filtered resubmission</a>