We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6783d0e commit 6d54e0aCopy full SHA for 6d54e0a
1 file changed
examples/demo-on-demand.php
@@ -82,6 +82,10 @@
82
try {
83
// sign the document with the use of the module
84
$signer->sign($module);
85
+
86
+ // get information about the signing certificate:
87
+ // $signatureData = SetaPDF_Signer_SwisscomAIS_Helper::getSignatureData($module);
88
89
} catch (SetaPDF_Signer_SwisscomAIS_Exception $e) {
90
echo 'Error in SwisscomAIS: ' . $e->getMessage() . ' with code ' . $e->getCode() . '<br />';
91
/* Get the AIS Error details */
0 commit comments