Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 5,093 for

storage api

(0.43 sec)
  1. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive pages from word processing documents into pdf documents. 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-n-conse...
  2. Convert XML to JSON in Java: A step-by-step Guide

    Learn how to convert XML to JSON in Java using REST Api. Follow our step-by-step tutorial with just a few simple steps to get started today....XML to JSON in Java using REST API. As the world becomes more connected...XML to JSON in Java using REST API. We will cover the following...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  3. Get Metadata Tags Information | Documentation

    This REST Api allows to obtain tags and properties information from document metadata. Endpoint accepts document Storage path as input payload. Operation traverses whole metadata tree packages and retrieve properties within the package. 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.StorageName Storage name Could be omitted for default Storage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST Api directly from the browser....feedback On this page This REST API allows to obtain tags and properties...Endpoint accepts document storage path as input payload. Operation...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  4. Convert PDF to Excel in Java: A Step-by-Step Gu...

    Learn how to convert PDF to Excel (XLS/XLSX) in Java using REST Api. Follow our step-by-step guide and start converting PDF to Excel in the cloud today....(XLS/XLSX) in Java using REST API. If you’re looking for a reliable...XLS or XLSX in Java using REST API. In this article we will cover...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  5. Remove Watermarks | Documentation

    This REST Api allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The Api supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....feedback On this page This REST API allows removing watermarks from...watermarks and then removes them. The API supports a rich set of search...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  6. 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/
  7. Releasing Ruby SDK for GroupDocs.Signature Cloud

    Supports sign variety of document formats with different signature types like Text Signature various formats, Image, Digital, Barcode and QR-Code Signatures...Signature Cloud API. Number of test cases are available...understand GroupDocs.Signature Cloud API and implement its features in...

    blog.groupdocs.cloud/signature/releasing-ruby-s...
  8. 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/
  9. Features Overview | Documentation

    GroupDocs.Metadata Cloud is a powerful and easy to use metadata management REST Api which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. The Api also provides operations to extract metadata, add, search, modify and remove metadata in supported file formats. Below you may find an overview for the most valuable features. Extracting Metadata Using the GroupDocs.Metadata Cloud you can extract desired metadata properties from files of different types....use metadata management REST API which allows users to read and...and many other formats. The API also provides operations to extract...

    docs.groupdocs.cloud/metadata/features-overview/
  10. DeleteSettings | Documentation

    DeleteSettings data structure used as input parameters of Delete Api method. DeleteSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098' } ] } UpdateSettings fields Name Description Api Version FileInfo.FilePath The path of the document, located in the Storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed. Options Array of options to perform signatures delete...as input parameters of Delete API method. DeleteSettings example...UpdateSettings fields Name Description API Version FileInfo.FilePath The...

    docs.groupdocs.cloud/signature/deletesettings/