Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 661 for

get started

(0.19 sec)
  1. Overview | Documentation

    The GroupDocs.Annotation Cloud is a REST API and universal document annotator that supports almost all common business document and image file formats. It gives developers an API for creating advanced online document annotation tools. With GroupDocs.Annotation Cloud API developers can deliver advanced annotation features to their users quickly. It provides features for export/import annotations into/from files, additionally to possibility to save files in supported formats. Note GroupDocs.Annotation Cloud REST API supports following type of Annotations:...Annotation Cloud / Getting Started / Overview Overview Leave...with working examples, to get you started in no time. API Explorer...

    docs.groupdocs.cloud/annotation/overview/
  2. Features Overview | Documentation

    GroupDocs.Conversion Cloud is a REST API that allows you to convert documents across a wide range of supported document types. Below, the shortlist of possible actions: Document conversion The main feature of GroupDocs.Conversion Cloud API is an ability to convert any document from a wide list of supported source document formats into any supported tarGet format. All these conversions are possible without any additional software installed (like MS Office, Apache Open Office, Adobe Acrobat Reader, and others)....Conversion Cloud / Getting Started / Features Overview Features...Project Management – project start and end dates. API Endpoint...

    docs.groupdocs.cloud/conversion/features-overview/
  3. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. 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. This will will be used to invoke GroupDocs Cloud API. You can Get it by creating a new Application. Install the SDK of your choice GroupDocs for Cloud SDK is written in different languages, all you need to Get Started is adding our SDK to your existing project....Signature Cloud / Getting Started / Quick Start Quick Start Leave feedback...GroupDocs Cloud API you need to get a Client Id and a Client Secret...

    docs.groupdocs.cloud/signature/quick-start/
  4. Overview | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify, search, update and delete different type of Signatures objects to documents in the cloud by performing a wide variety of signature options you can wish to put on a document in the cloud, verify document and search Signatures in it. Note Summary there are five types of supported Signature type you can operate with. Text Signature - simple text label with different appearance settings and ability to align the signature location on page area, set font and colors, same as put on any or all pages of a document Image Signature - image signature with amount of filters and appearance settings, like Opacity, gray scale filter, brightness, contracts etc Barcode Signature - put different Barcode encode types on Document pages with lot of additional settings, appearance options and alignment properties QR-Code Signature - put different QR-Code encode types on Document pages with a lot of additional settings, appearance options and alignment properties Digital Signature - put digital signatures like certificate files (PFX, CRT format) on Document or separate pages (for PDF only) with a lot of additional settings, appearance options and alignment properties Stamp Signature - put Stamp generated images on Document pages Our GroupDocs....Signature Cloud / Getting Started / Overview Overview Leave...with working examples, to get you started in no time. API Explorer...

    docs.groupdocs.cloud/signature/overview/
  5. Introduction of PHP SDK in Next Generation Grou...

    The release of this month includes a number of new improvments and PHP SDK for Cloud API. This API can be used in your applications for document conversion features....API methods return error 401 Get all possible conversions return...following API resources for getting started and working with the API...

    blog.groupdocs.cloud/conversion/groupdocs.conve...
  6. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the name. Linux/MacOS/Bash # First Get JSON Web Token # Please Get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The values are taken from environment variables CLIENT_ID and CLIENT_SECRET....Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id...PowerShell # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  7. Quickstart | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to Get Client Id and Client Secret. This will be used to invoke the GroupDocs Cloud API. You can Get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard....Editor Cloud / Getting Started / Quickstart Quickstart...GroupDocs Cloud API you need to get Client Id and Client Secret....

    docs.groupdocs.cloud/editor/quickstart/
  8. Remove Metadata By Property Value | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties which values are matching the specified. cURL example The following example demonstrates how to remove metadata properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token 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.... Linux/MacOS/Bash # Get JSON Web Token curl -v 'https://api...} } }' Windows PowerShell # Get JSON Web Token curl . exe -v...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  9. Remove Metadata By Property Name Match Exact Ph...

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that have exact “NameOfApplication” names. Linux/MacOS/Bash # Get JSON Web Token # Set your client credentials in 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" # Join several documents into one (example endpoint) curl -v "https://api.... Linux/MacOS/Bash # Get JSON Web Token # Set your client...} } }' Windows PowerShell # Get JSON Web Token # Ensure your...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. 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....Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id...}' Windows PowerShell # First get JSON Web Token # Credentials...

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