Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 5,620 for

storage api

(0.14 sec)
  1. Can I use GroupDocs to add e-signature function...

    I am investigating the possibility of adding e-signature functionality to a CRM SaaS. I am having some difficulty understanding the process, and how to use GroupDocs to accomplish this. The goal is to have users upload…...upload document over API to the GroupDocs storage, pass the required...

    forum.groupdocs.cloud/t/can-i-use-groupdocs-to-...
  2. Struggling to merge two PPTX files, getting err...

    I am trying to do a simple merge of two PPTX files using the nodejs SDK, but I am getting the error when executing: “Error: {“message”:“The type initializer for ‘\u000e\u000f\u0019\u0005’ threw an exception.”,“code”:“in…...Multiple Documents This REST API allows merging two or more documents...it’s only needed to provide storage path for each file. For protected...

    forum.groupdocs.cloud/t/struggling-to-merge-two...
  3. Remove Metadata By Property Name | Documentation

    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 may have names containing “Application” string. Request # 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" argument. curl -v "https://Api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://Api....feedback On this page This REST API allows to remove metadata properties..."client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  4. annotation.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/annotation/add-annotation/ weekly 0.5 https://docs.groupdocs.cloud/annotation/add......cloud/annotation/working-with-file-api/ weekly 0.5 https://docs.groupdocs...cloud/annotation/working-with-folder-api/ weekly 0.5 https://docs.groupdocs...

    docs.groupdocs.cloud/sitemaps/annotation.xml
  5. Delete rendered document | Documentation

    After rendering various types of documents into HTML, Image, or Pdf, you may clean (delete) rendered pages from cloud Storage using special method. Note: This method deletes only output files, the input file remains in the Storage. Following example demonstrates on how to delete rendered document results. Api Usage 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....rendered pages from cloud storage using special method. Note:...input file remains in the storage. Following example demonstrates...

    docs.groupdocs.cloud/viewer/delete-rendered-doc...
  6. Manage Metadata of Documents using Java & .NET ...

    Add metadata, edit, remove & extract metadata from 50+ file formats in Java and C# using REST Api and open-source Metadata SDKs for Java and .NET....Metadata Manipulation Cloud API. This enriches the document metadata...Java developers as On-Premise APIs for developers, and as Free...

    blog.groupdocs.cloud/2020/04/27/manipulate-meta...
  7. Documents Classification | Documentation

    This Api retrieves document classification result for IAB-2 taxonomy or Documents taxonomy. It returns an object that contains information about the best class and its probability and about probability of other classes. See Classify request parameters for request’s details. Resource This resource represents a controller for single call document classification. Classify document with taxonomy. Set taxonomy parameter to “default” for IAB-2, set to “documents” for Documents taxonomy, or set to “sentiment” or “sentiment3” for Sentiments taxonomies....Leave feedback On this page This API retrieves document classification...taxonomy Request curl -v "http://api.groupdocs.cloud/v1.0/classification/classify"...

    docs.groupdocs.cloud/classification/documents-c...
  8. Convert PDF to TIFF in Java - A Step-by-Step Gu...

    Learn how to convert PDF to TIFF file programmatically in Java using REST Api. This guide provides sample code and step-by-step instructions....Java PDF to TIFF File Converter API and SDK Installation How to Convert...using REST API Java PDF to TIFF File Converter API and SDK Installation...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  9. Get Document Information | Documentation

    This REST Api allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document Storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Pages count Password protection Resources HTTP POST ~/info 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....feedback On this page This REST API allows us to obtain basic information...endpoint accepts the document storage path as input payload. Here...

    docs.groupdocs.cloud/editor/get-document-inform...
  10. Add Metadata By Possible Tag Name | Documentation

    This REST Api allows to add metadata properties to the document choosing the right place to add 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 add metadata date and time information in all properties that have particular string phrase in theirs tag names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....feedback On this page This REST API allows to add metadata properties...part of metadata tag name. This API allows you to specify any part...

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