Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 1,129 for

viewer family

(0.08 sec)
  1. Features Overview | Documentation

    GroupDocs.Watermark Cloud is a REST API for managing watermarks in the documents of different file formats. It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats. Adding Watermarks Groupdocs.Watermark Cloud allows to add text/image watermarks to supported document formats and images and save resultant file....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/features-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)....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/features-overview/
  3. Set Metadata By Possible Tag Name | Documentation

    This REST API allows to set document metadata new values choosing properties to edit by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to set new metadata creator name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place the Client Id and Secret in the environment variables $CLIENT_ID and $CLIENT_SECRET....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  4. Extract Metadata By Property Name Match Exact P...

    This REST API allows to extract metadata properties from the document choosing the properties to extract by name. cURL example The following example demonstrates how to extract metadata information from all properties with the exact 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. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET. curl -v "https://api....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  5. 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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  6. Set Metadata By Property Name | Documentation

    This REST API allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata date and time information in all properties that may have names containing “Date” 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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  7. Summarizing text with GroupDocs.Rewriter SDK | ...

    How to use GroupDocs.Rewriter Cloud SDK for texts summarization....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/text/sdk/summarize/
  8. Simplifying text with GroupDocs.Rewriter SDK | ...

    How to use GroupDocs.Rewriter Cloud SDK for texts simplification....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/text/sdk/simmplify/
  9. Set Metadata By Tag | Documentation

    This REST API allows to set document metadata new values choosing properties by exact tag and category name. cURL example The following example demonstrates how to set metadata information to all properties with the “Creator” tag name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in CLIENT_ID and Client Secret in CLIENT_SECRET environment variables. curl -v "https://api....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  10. Findging synonyms with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK to find synonyms for word or phrase....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/text/sdk/synoymize/