Skip to content

Commit ee70dea

Browse files
committed
chore: update README with new methods
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 50a46a0 commit ee70dea

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ With JSignPDF bin:
3838
```php
3939
$param->setjSignPdfJarPath('/path/to/jsignpdf');
4040
```
41+
With specific Java or JSignPdf version:
42+
```php
43+
$params->getJSignPdfDownloadUrl('the url to download the zip here');
44+
$params->setJavaDownloadUrl('the url to download the .tar.gz here');
45+
$params->setJavaVersion('openjdk version "21.0.8" 2025-07-15 LTS')
46+
```
4147

4248
Without JSignPDF bin:
4349
```bash

0 commit comments

Comments
 (0)