ViewSign Professional Integration Guide: Difference between revisions
From ViewSonic Documentation
Created page with "{{Top}} =Client Integration Guide= This guide describes integration scenarios for the Client. It is intended for the integrator (software developer/customizer) at your organiz..." |
|||
| Line 4: | Line 4: | ||
==Command Line== | ==Command Line== | ||
You can start xyzmo Client via the command line. | |||
'''To start xyzmo Client''' | |||
* Run the following command: | |||
'''SIGNificantOfflineClient.exe''' filename | |||
The following parameters are supported: | |||
{| class="wikitable" width=auto style="background-color:#FFFFFF"; | |||
!Parameter !! Description | |||
|- | |||
| style="width: 15%"| '''-b64''' || Mark filename as base64 encoded. Must be before the filename. This is useful for filenames containing special characters. | |||
Example: SignificantOfflineClient.exe -b64 "ASDLFKJASLDFKJ ALSK==" | |||
|- | |||
|'''filename:''' || The full path and filename of the file that xyzmo Client should open. | |||
Example: c:\Temp\document.pdf | |||
|- | |||
|} | |||
==Signature Strings== | ==Signature Strings== | ||
Revision as of 08:52, 1 September 2020
Client Integration Guide
This guide describes integration scenarios for the Client. It is intended for the integrator (software developer/customizer) at your organization.
Command Line
You can start xyzmo Client via the command line.
To start xyzmo Client
- Run the following command:
SIGNificantOfflineClient.exe filename
The following parameters are supported:
| Parameter | Description |
|---|---|
| -b64 | Mark filename as base64 encoded. Must be before the filename. This is useful for filenames containing special characters.
Example: SignificantOfflineClient.exe -b64 "ASDLFKJASLDFKJ ALSK==" |
| filename: | The full path and filename of the file that xyzmo Client should open.
Example: c:\Temp\document.pdf |