esig / dss-demonstrations

Examples of DSS integration
GNU Lesser General Public License v2.1
92 stars 70 forks source link

Is there a nice tutorial somewhere? #33

Closed dagnelies closed 2 years ago

dagnelies commented 2 years ago

Hi,

I see tons of code everywhere and lengthly documentations.

However, what I miss is a simple example of how to use the DSS library. Something a little code snippet showing how to actually digitally sign a pdf for example. Could you please point me in the right direction?

I think basic usage examples of the library would be a great addition to the README.

bsanchezb commented 2 years ago

Hello @dagnelies ,

Please check : 4.4. Signature creation in DSS of the documentation. You can also find some examples in the cookbook : https://github.com/esig/dss/tree/master/dss-cookbook/src/test/java/eu/europa/esig/dss/cookbook/example

I hope this helps.

Best regards, Aleksandr.

dagnelies commented 2 years ago

Thanks @bsanchezb for the prompt response.