Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 1,706 for

information

(0.03 sec)
  1. Supported Platforms | Documentation

    GroupDocs.Metadata Cloud is a REST API that can be used with any language: .NET, Java, PHP, Ruby, Python, Node.js and many more. You can use it with any language or platform that supports REST. (Almost all platforms and languages support REST and provide native REST clients to work with REST APIs). You do not need to worry about language or platform limitations. You can use it with any platform – web, desktop, mobile, and cloud....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/metadata/supported-platforms/
  2. 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....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/signature/verifysettings/
  3. Upload file | Documentation

    How to upload file to Cloud storage....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/rewriter/file/upload/
  4. Put Password in PDF File | Save PDF File with p...

    Learn how to secure your PDF documents in Node.js using REST API. Implement password protection for added security and safeguard your valuable data....confidentiality of sensitive information is paramount. Whether you...protecting your sensitive information from unauthorized users....

    blog.groupdocs.cloud/merger/lock-pdf-with-passw...
  5. REST API Overview | Documentation

    This document outlines the design of a REST-based API for GroupDocs Cloud, it covers both the structure of REST URLs as well as specific behavior linked to the API such as Authentication, Request Queuing, and Storage. The GroupDocs Cloud API will give developers access to all the key functions of the downloadable GroupDocs components through a Software as a Service hosted model. There will be 3 sub-components within the API design (although these are largely transparent to the end-user);...Purchase Buy Now Pricing Information SDKs Policies My Orders &...check following articles for information regarding Request and Response...

    docs.groupdocs.cloud/total/overview-rest-api/
  6. Sending texts for processing | Documentation

    How to send texts for processing to the selected language....Purchase Buy Now Pricing Information SDKs Policies My Orders &...load. See the article for information on how to get results from...

    docs.groupdocs.cloud/rewriter/text/request/
  7. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Translation Cloud API requests....Purchase Buy Now Pricing Information SDKs Policies My Orders &...highly secure way to exchange information. Getting an access token...

    docs.groupdocs.cloud/translation/authorization/
  8. Licensing | Documentation

    Create Account For details on how to create a new account please check Create a new Account. Apply Client Id and Client Secret For details on how to get Client Id and Client Secret please check Create New App and Get Client Id and Client Secret. Free Plan Our free plan allows you to use Cloud APIs as you would normally. It only applies the limitation to the data that can be processed with the APIs....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/comparison/licensing/
  9. SDK Installation Instructions | Documentation

    GroupDocs Assembly Cloud developer kit installation instructions for .NET (C#), Java, PHP, C++, Node.JS, Ruby, Python, Swift, Golang programming languages....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/assembly/getting-started/s...
  10. Supported QR-Codes | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 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 -v "https://api.groupdocs.cloud/v1/signature/qrcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer _0zqJ6w3enMdpEw5C6ZKm3lgYvHell1lHdx3vztekvBpCbZGqMvMplrKNrsVXih9Xe6738GSej2hb0BnwKVVz-ANEOnW0bGqjeiJcEySo2Y9-9VZ1K_rs_p4zZcsMoGNuDkL9G4rowGX9Wd1frChwRXzsJCpJUs9G5fGK-0kochaFTVdMgoOHU8JjUOQ5wiu-_ZQSbR0bMKRamxEyc_P_gv9NU7LTJQTCrP1SIJwem1WTX7GaTr8JRUYE0zsXH2vHUkJ1rNh-1RPblqE6wwrfxkklTCGxAWTxvoaSG-Ax-h2Zl9nZkBCAjS48zzz2kqIWS-K5WUmGPP9hAWQL00_deMB0Qi7xqvf2MWoJ831mFnyse-ZQ80fAqPyFBdYpS-xVFC0Uuc8rVHehydCxD0_oIJWkCU_GuDJpNMv6q4IpM-1RzFn" 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....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/signature/supported-qr-codes/