Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 3,303 for

groupdocs.annotation cloud

(0.22 sec)
  1. Configure Google Drive Storage | Documentation

    You have to complete following steps to connect a Google Drive Storage: Google Drive Configurations Create Google account if you don’t have one (Google Plus account can be used) (Optional) Install Google Drive application at your PC (see https://drive.google.com) Go to Google API console: https://code.google.com/apis/console Create a new Project In “APIs & Services” menu Enable Google Drive API Go to Credential options and add information in OAuth consent screen Create “OAuth client ID” API credentials Select Web Application and More options Add https://dashboard....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/total/configure-google-dri...
  2. Get Supported QRCodes | Documentation

    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 Linux/MacOS/Bash curl -X GET "https://api.groupdocs.Cloud/v2.0/signature/qrcodes" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl.exe -X GET "https://api.groupdocs.Cloud/v2.0/signature/qrcodes" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET "https://api....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/get-supported-qr...
  3. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/classification/quick-start/
  4. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud assembly Cloud api cURL dotnet invoice generation \"DOC to JPEG in ......Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document...REST APIs | GroupDocs Cloud assembly cloud api cURL dotnet invoice...

    blog.groupdocs.cloud/ja/tags/index.xml
  5. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud assembly Cloud api cURL dotnet invoice generation \"DOC to JPEG in ......Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document...REST APIs | GroupDocs Cloud assembly cloud api cURL dotnet invoice...

    blog.groupdocs.cloud/vi/tags/index.xml
  6. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud assembly Cloud api cURL dotnet invoice generation \"DOC'u JPEG'e Ja......Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document...REST APIs | GroupDocs Cloud assembly cloud api cURL dotnet invoice...

    blog.groupdocs.cloud/tr/tags/index.xml
  7. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud assembly Cloud api cURL dotnet invoice generation \"convert word to......Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document...REST APIs | GroupDocs Cloud assembly cloud api cURL dotnet invoice...

    blog.groupdocs.cloud/de/tags/index.xml
  8. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud assembly Cloud api cURL dotnet invoice generation convert docx to j......Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document...REST APIs | GroupDocs Cloud assembly cloud api cURL dotnet invoice...

    blog.groupdocs.cloud/it/tags/index.xml
  9. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud assembly Cloud api cURL dotnet invoice generation \"word to image j......Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document...REST APIs | GroupDocs Cloud assembly cloud api cURL dotnet invoice...

    blog.groupdocs.cloud/zh/tags/index.xml
  10. VerifySettings | Documentation

    VerifySettings data structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/verifysettings/