Table of Contents | ||
---|---|---|
|
Introduction
SWS provides REST interface for Pades and Cades signatures for very large files (you can sign files over 1GB). Without any problem with appliance memory as it handles files with a stream.
...
You can find this two method:
signPAdES
signCAdES
signPAdES
Below is the example of signPAdES request with CURL:
...
In this example, we are signing the file: "FILE_TO_BE_SIGNED.pdf" and the file signed will be saved in "FILE_SIGNED.pdf".
signCAdES
Below is the example of signCAdES with CURL:
...
At this link, you can download the preferences and the credentials used.
Technical Configurations
By Default, you can sign until 1GB without add customization, but if you want sign files over 1GB, you must add customization properties
...