Skip to content

Commit

Permalink
Document supported image formats. Fixes #183
Browse files Browse the repository at this point in the history
  • Loading branch information
kwart committed Aug 2, 2024
1 parent 8e998eb commit d915683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/JSignPdf.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ _Signature Text_, _Status Text_, _Image_, and _Background Image_ inputs define t

_Background image scale_ defines the size of a background image. Any negative number means the best-fit algorithm will be used. Zero value means to stretch, which fills the whole field – it doesn't keep the image ratio. A positive value means the multiplicator of the original size.

Supported file formats for the _Image_, and _Background Image_ are GIF, JPEG, JPEG2000, PNG, WMF, BMP, and TIFF.

=== TSA – timestamps

To add timestamp into signature you will need some timestamping authority (TSA). Fill server address into _TSA URL_ field and if the server requires authentication choose the authentication type and fill either _TSA User_ and _TSA Password_ fields or path to the certificate's private key (it has to be PKCS#12 keystore) and the password. You can also set _TSA Policy OID_, which will be sent to the TSA server in the request, but probably you will not need to do so and the server uses the right policy by itself.
Expand Down

0 comments on commit d915683

Please sign in to comment.