Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 940 for

security

(0.27 sec)
  1. Available SDKs | Documentation

    GroupDocs.Merger Cloud is a modern REST-oriented API, that allows easy integration into existing systems. Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of makingRequests and handlingResponses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.cloud/merger/available-sdks/
  2. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs developer newsletter of June 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....remove thus ensuring maximum security for your corporate personalized...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  3. Sending images and scanned PDFs for translation...

    How to scans and image files for translation to the selected languages....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/translation/file/request/i...
  4. Verify QRCode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify a signed document. It provides methods to verify QRCode Signature in Documents Pages with different options for page number, text and search criteria by using Verification Options Objects data in request body. Verify QRCode Signature in a Document You can verify QRCode Signature in a Document using this API....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.cloud/signature/verify-qrcode-si...
  5. Sending Word files for translation | Documentation

    How to send Word files for translation to the selected languages....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/translation/file/request/w...
  6. Translating PDF files with GroupDocs.Translatio...

    How to use GroupDocs.Translation Cloud SDK for translating PDF files....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/translation/file/sdk/pdf/
  7. Translating image files with GroupDocs.Translat...

    How to use GroupDocs.Translation Cloud SDK for translating image files....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/translation/file/sdk/image...
  8. Translating Srt files with GroupDocs.Translatio...

    How to use GroupDocs.Translation Cloud SDK for translating Srt files....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/translation/file/sdk/subti...
  9. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  10. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to add metadata to a document curl -v "https://api....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...