Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 9123ee6

Browse files
committed
Class to get JSignPdf
1 parent d2fef86 commit 9123ee6

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

src/JSignPdfPathService.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
3+
namespace JSignPDF\JSignPDFBin;
4+
5+
/**
6+
* @author Jeidison Farias <jeidison.farias@gmail.com>
7+
*/
8+
class JSignPdfPathService
9+
{
10+
public static function jSignPdfJarPath()
11+
{
12+
return implode(DIRECTORY_SEPARATOR, [
13+
__DIR__, '..', 'bin', 'jsignpdf-1.6.4', 'JSignPdf.jar'
14+
]);
15+
}
16+
17+
}

0 commit comments

Comments
 (0)