Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 5,620 for

storage api

(1.44 sec)
  1. How To Annotate PDF in Node.js Using GroupDocs....

    Hi, We are trying to evaluate groupdocs annotation functionality for our project. I am using nodejs sdk and following the samples provided in github. Repo URL - GitHub - groupdocs-annotation-cloud/groupdocs-annotation-…...Annotation REST API GroupDocs.Annotation Cloud Product...getting success response from API. Here is the response - Expected...

    forum.groupdocs.cloud/t/how-to-annotate-pdf-in-...
  2. Get Images of Result Document | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and can get the result document images path by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST Api resource has been used to get images of result document. cURL example Request curl -v "https://Api.groupdocs.cloud/v1.0/comparison/compareDocuments/images?outFolder#comparisons%2FoutputImages&appsid#XXXX&signature#XXX-XX" -H "Content-Type: application/json" -X POST -d "{'sourceFile':{'folder':'comparisons','name':'source.docx','password':''},'targetFiles':[{'folder':'comparisons','name':'target.docx','password':''}],'settings ':{'generateSummaryPage':true,'showDeletedContent':true,'styleChangeDetection':true,'insertedItemsStyle':{'color':'Blue','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'deletedItemsStyle':{'color':'Red','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'styleChangedItemsStyle':{'color':'Green','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'wordsSeparatorChars':[],'detailLevel':'Low','useFramesForDelInsElements':false,'calculateComponentCoordinates':false,'markDeletedInsertedContentDeep':false},'changes':[{'id':0,'action':'Reject'},{'id':1,'action':'Reject'}]}" Response [ { "href": "https://Api....Comparison Cloud REST API resource has been used to . cURL...example Request curl -v "https://api.groupdocs.cloud/v1.0/compari...

    docs.groupdocs.cloud/comparison/get-images-of-r...
  3. Edit Word Documents or Excel Sheets using REST API

    Programmatically edit Word documents or Excel sheets using a REST Api from your documents on the cloud in Python with Document Editor Cloud SDK for Python....Excel documents using a REST API . The following topics shall...REST API and Python SDK Edit Word Document using a REST API Edit...

    blog.groupdocs.cloud/editor/edit-word-or-excel-...
  4. GroupDocs.Parser Cloud | Java REST API to Parse...

    Java REST Api & Cloud SDK to Parse cloud documents based on user-defined data & image extraction templates. Extract data in simple form or as formatted text....Document Parser Java Cloud REST API Product Page | Docs | Live Demos...GroupDocs.Parser Cloud REST APIs . Cloud Document Parsing SDK...

    releases.groupdocs.cloud/parser/java/
  5. FileInfo | Documentation

    FileInfo data structure used for input files description in various comparison cloud Api methods. FileInfo example: { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } Name Description FilePath Path of the file in the cloud Storage VersionId File Version, can be null or omitted. StorageName Name of the cloud Storage. Can be omitted, then default Storage used. Password The password for password-protected documents (docx, pdf, etc)...in various comparison cloud API methods. FileInfo example: {...Path of the file in the cloud storage VersionId File Version, can...

    docs.groupdocs.cloud/comparison/fileinfo/
  6. Download Files

    Document Automation Apis along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Storage Cloud 18.3. It is a new and improved REST API for...for performing different Storage related operations in Cloud Applications/Websites...

    blog.groupdocs.cloud/tag/download-files/
  7. 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....Watermark Cloud is a REST API for managing watermarks in the...third-party tools) in a document. The API provides straightforward and...

    docs.groupdocs.cloud/watermark/features-overview/
  8. Features Overview | Documentation

    GroupDocs.Parser Cloud is a document data extraction REST Api from over 50 document types. One of the most valuable features of GroupDocs.Parser Cloud is parsing documents with predefined templates. It’s easy to define template and extract data from invoices, prices or other kinds of your typical documents. The Api also provides methods to extract images, extract text. You can do it with regular documents and containers like ZIP archives, OST/PST mail data files and PDF portfolios....document data extraction REST API from over 50 document types....your typical documents. The API also provides methods to extract...

    docs.groupdocs.cloud/parser/features-overview/
  9. Convert document | Documentation

    This example demonstrates how to convert word processing document into pdf document with default 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 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....input document into cloud storage Convert document Download converted...document from storage Steps 1 and 3 are storage operations, please...

    docs.groupdocs.cloud/conversion/convert-document/
  10. Get Document Information | Documentation

    This REST Api allows to obtain basic information about the document. Endpoint accepts document Storage path as input payload. Here are the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the Storage. Required....feedback On this page This REST API allows to obtain basic information...Endpoint accepts document storage path as input payload. Here...

    docs.groupdocs.cloud/metadata/get-document-info...