PaceSign is a lightweight desktop tool that lets users with a physical digital signature card or token sign documents directly in their Document Management System (DMS). It integrates seamlessly with the open-source JSignPdf to handle signature requests. Available since DMS 1.10.0.
Installation
.msi
(Windows) or .dmg
(Mac) installer..zip
, not the .exe
) from: https://sourceforge.net/projects/jsignpdf/Configuration
pacesign_config.yaml
file in one of the following directories (depending on your OS):%userDirectory%\.pacesign |
%userDirectory%/Library/Application Support/PaceSign |
pacesign_config.yaml
file and add the following data. Make sure to replace any placeholders beginning with $
with the actual values from your environment:java: $pathToJava17 jsignpdf: $pathToUnpackedJSignPdf command: java -jar JSignPdf.jar -kst JSIGNPKCS11 -ksp '$pincodeOfToken' -ha SHA256 -d {output_folder} {document_path} |
With these steps complete and Patricia username added to the corresponding field of PAT_DMS_SETTINGS, PaceSign should be ready to handle digital signing requests in conjunction with JSignPdf.