Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mgropp/pdfjumbler
Browse files Browse the repository at this point in the history
  • Loading branch information
mgropp committed Apr 2, 2021
2 parents 6c7987c + 52843e8 commit 0734e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ Several settings can be changed using Java system properties:
* `pdfjumbler.renderer`: sets the renderer plugin (if installed; previous plugins are no longer supported)
* PDFBox: `net.sourceforge.pdfjumbler.pdfbox.PdfRenderer`

* `user.language`: sets the program language.
* `user.language`: sets the program language (in case auto-detection doesn't work).
So far, `de` (German), `es` (Spanish), `ru` (Russian) and `en` (English; default)
localizations are available.

### Example ###
```
java -Dpdfjumbler.editor=net.sourceforge.pdfjumbler.pdfbox.PdfEditor -jar pdfjumbler.jar foo.pdf bar.pdf
java -Duser.language=es -jar pdfjumbler.jar foo.pdf bar.pdf
```

0 comments on commit 0734e31

Please sign in to comment.