Sort Score
Result 10 results
Languages All
Labels All
Results 8,031 - 8,040 of 8,983 for

information

(0.11 sec)
  1. What is the DevOps Model? Exploring foundationa...

    GitHub provides the tools required to be a mature DevOps organization. Discover the DevOps model that separates successful DevOps teams from those that fail.... Transparency: Information flow is the currency of DevOps...

    github.com/resources/articles/devops/devops-model
  2. Show user that is logged in to my web applicati...

    Hello, I am using your cloud API for GroupDocs to generate an embedded Annotation URL for a Document for that i am using your sample code(Sample 9 and sample 10) from “GroupDocs .Net SDK Samples” to embed the iframe int…... you can get their user information and send notifications in...

    forum.groupdocs.cloud/t/show-user-that-is-logge...
  3. ۔NET Document Viewer Cloud API | GroupDocs.View...

    Render 190+ document formats in .NET apps with GroupDocs.Viewer Cloud API. Convert to HTML, PDF, or image, preserving layout. Free trial available.... Attachment Information Display Attachment Metadata...

    releases.groupdocs.cloud/viewer/net/
  4. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our 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/conversion/working-with-st...
  5. Multiple Annotation | Documentation

    This REST API allows to add multiple annotations to the document API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/annotation/multiple-annota...
  6. Verification Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Verification Options objects and object properties VerifyOptionsCollectionData Object Provides list of options for documents verification. Example VerifyOptionsCollectionData object { "items": [ { "items": [ { "barcodeTypeName": "Code39Standard", "matchType": "Contains", "text": "123456789012", "verifyAllPages": true, "isValid": false, "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] } }, { "password": "1234567890", "certificateGuid": "certificates\SherlockHolmes....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/signature/verification-opt...
  7. Working With Storage | Documentation

    GroupDocs.Viewer Cloud Working With Storage...Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/viewer/working-with-storage/
  8. 5. Convert to Presentation Document Formats | D...

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Presentation Document Formats and returns the output document storage URL and also support to get result as a stream. Convert to Presentation Formats You can convert the supported document formats to Presentation Document Formats and get the Storage URL Output**.** Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Slides format example....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/conversion/convert-to-pres...
  9. GitHub - fatedier/frp: A fast reverse proxy to ...

    A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet. - fatedier/frp...and proxies' statistics information by Dashboard. Configure a...to this document for more information. Releated Projects gofrp/plugin...

    github.com/fatedier/frp
  10. The fundamentals of continuous integration in D...

    Continuous Integration (CI) is a practice allowing developers to integrate code into a shared repository regularly. Get to know the fundamentals of what makes this process successful....Developers can get too much information from CI, but they need more...pass or fail status to make informed decisions. We want developers...

    github.com/resources/articles/devops/continuous...