GroupDocs.Signature Cloud REST API supports to sign a document with Qr-Code. You can list all supported Qr-CCode types using this API.
Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported Qr-Code types.
cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/QrCodes" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "QrCodeTypes": [ { "name": "Aztec" }, { "name": "DataMatrix" }, { "name": "GS1DataMatrix" }, { "name": "GS1Qr" }, { "name": "Qr" } ] } SDK examples The API is completely independent of your operating system, database system or development language....document with QR-Code. You can list all supported QR-Ccode types..."name" : "GS1QR" }, { "name" : "QR" } ] } SDK examples The API is...