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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...