Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 1,129 for

viewer family

(0.25 sec)
  1. Get Supported File Formats | Documentation

    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. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/signature/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/get-supported-fi...
  2. 6. Convert Presentation Document with Load Opti...

    This example demonstrates how to convert presentation documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Total Product Family GroupDocs.Viewer Product Solution GroupDocs.../ Load Options by Document Family / 6. Convert Presentation Document...

    docs.groupdocs.cloud/conversion/convert-present...
  3. GroupDocs.Rewriter Cloud | Documentation

    An introduction to natural language processing technology and how GroupDocs.Rewriter Cloud can help you use it for your day-to-day business needs....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...compatibility with all editors and viewers. GroupDocs.Rewriter online...

    docs.groupdocs.cloud/rewriter/
  4. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Rewriter Cloud API requests....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/authorization/
  5. Fetching results | Documentation

    How to fetch the result from the GroupDocs.Rewriter Cloud queue....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/text/fetch/
  6. 2. Convert CSV Document with Load Options | Doc...

    This example demonstrates how to convert the CSV documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Total Product Family GroupDocs.Viewer Product Solution GroupDocs.../ Load Options by Document Family / 2. Convert CSV Document with...

    docs.groupdocs.cloud/conversion/convert-csv-doc...
  7. Extract Metadata By Property Name | Documentation

    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 that have “Date” string in names. 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 arguments. curl -v 'https://api....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

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

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name. Linux/MacOS/Bash # 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" # Example: remove metadata from a document curl -v "https://api....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. Detecting paraphrases in text with GroupDocs.Re...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in texts....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

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