Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 1,122 for

get pages

(0.08 sec)
  1. Info Operations | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Operations Leave feedback Get Document Information Get Supported File Formats...Formats Was this page helpful? Not really Yes, thanks Any additional...

    docs.groupdocs.cloud/watermark/info-operations/
  2. Working with Storage API | Documentation

    Storage existance API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison 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 Linux/MacOS/Bash curl -X Get "https://api.groupdocs.cloud/v2.0/comparison/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Storage API Leave feedback On this page Storage existance API This API...example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2...

    docs.groupdocs.cloud/comparison/working-with-st...
  3. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata information as properties which names are match the specified regular expression. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name. Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID and CLIENT_SECRET from your GroupDocs Cloud dashboard. 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" # Add metadata to a document (example) curl -v "https://api....Regex Leave feedback On this page This REST API allows you to...the name. Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  4. Supported File Formats | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To Get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example....On this page Note Note: The features listed in this page are supported...epub and many other files. To get list of supported file formats...

    docs.groupdocs.cloud/signature/supported-file-f...
  5. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment variables or replace them directly in the command. 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" # Example: retrieve metadata (join several documents into one) curl -v "https://api....Value Leave feedback On this page This REST API allows to extract...Word” value. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  6. 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.Annotation 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 Linux/MacOS/Bash curl -X Get "https://api.groupdocs.cloud/v2.0/annotation/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Storage API Leave feedback On this page Storage existence API This API...example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2...

    docs.groupdocs.cloud/annotation/working-with-st...
  7. Add Metadata By Tag | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag. Linux/MacOS/Bash # Get JWT 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' # Join several documents into one curl -v 'https://api....By Tag Leave feedback On this page This REST API allows to add...specified tag. Linux/MacOS/Bash # Get JWT token curl -v 'https://api...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  8. Minified HTML and Responsive HTML using PHP SDK...

    Render the responsive HTML and minified HTML and SVG documents using PHP SDK for Document Viewer Cloud API by GroupDocs Cloud....release notes of this version to get an idea about all the new features/enhancements...it is business requirement to get views of a document that loads...

    blog.groupdocs.cloud/viewer/minified-and-respon...
  9. Getting supported languages | Documentation

    How to Get a full list of supported language pairs....reference / Getting supported languages Getting supported languages...languages Leave feedback To get a list of all translation language...

    docs.groupdocs.cloud/translation/languages/
  10. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo....Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id...application/json" # cURL example to get document information curl -v...

    docs.groupdocs.cloud/watermark/search-watermarks/