Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 5,349 for

storage api

(0.21 sec)
  1. 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...
  2. Convert Excel Spreadsheets to PDF in Node.js | ...

    Programmatically Convert Excel Spreadsheets to PDF files using a REST Api in Node.js. Node.js SDK allows converting XLS, XLSX files to PDF....Excel to PDF Conversion REST API and Node.js SDK Convert Excel...Excel to PDF using a REST API in Node.js Convert Specific Excel Spreadsheets...

    blog.groupdocs.cloud/conversion/convert-excel-s...
  3. C#: Embed Webpage into PowerPoint | Insert a We...

    Learn how to convert HTML to PowerPoint presentations using C# with GroupDocs.Conversion Cloud SDK. Insert HTML in PowerPoint or Convert HTML to PPT in C#.... API for HTML to PowerPoint Conversion...PowerPoint using cURL commands API for HTML to PowerPoint Conversion...

    blog.groupdocs.cloud/conversion/convert-html-to...
  4. 2. Convert to Spreadsheet Document Formats | Do...

    GroupDocs.Conversion Cloud REST Api allows us to convert the supported document formats to Spreadsheet Document Formats and returns the output document Storage URL and also support to get the result as a stream. Convert to Spreadsheet Formats You can convert the supported document formats to Spreadsheet Formats and returns the output document Storage URL Resource The following GroupDocs.Conversion Cloud REST Api resource has been used in the convert to spreadsheet Format example....Conversion Cloud REST API allows us to convert the to Spreadsheet...returns the output document storage URL and also support to get...

    docs.groupdocs.cloud/conversion/convert-to-spre...
  5. 7. Convert to Text Formats | Documentation

    GroupDocs.Conversion Cloud REST Api allows to convert the supported document formats to Text Formats and returns the output document Storage URL and also support to get result as a stream or Array of stream. Convert to Text Formats You can convert the supported document formats to Text Formats and get output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST Api resource has been used in the convert to Text format example....Conversion Cloud REST API allows to convert the to Text...returns the output document storage URL and also support to get...

    docs.groupdocs.cloud/conversion/convert-to-text...
  6. CSV to PDF | CSV to PDF Conversion in C#. Conve...

    How to convert CSV files to PDF format with ease using our step-by-step guide. Easy and simple CSV to PDF conversion using C# and GroupDocs.Conversion Cloud Api.... CSV to PDF Conversion API Convert CSV to PDF in C# Change...Commands CSV to PDF Conversion API # Converting CSV to PDF using...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  7. Render grid lines | Documentation

    GroupDocs.Viewer Cloud does not render gird lines of Spreadsheets by default. To enable rendering of gird lines you just need to SpreadsheetOptions.RenderGridLines property to true in order to render the grid lines. The following code sample shows how to enable rendering of grid lines. Api Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud Storage Render document or get document info Download rendered document from Storage Steps 1 and 3 are Storage operations, please refer to this File Api documentation for usage details.... API Usage There are steps that usage...input document into cloud storage Render document or get document...

    docs.groupdocs.cloud/viewer/render-grid-lines/
  8. Working with QR Code Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST Api supports to sign a document with QRCode. It provides methods to create QRCode Signature in Document Pages with different options of QRCode type, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add QRCode Signature to Document You can create QRCode Signature on Document provided by fileName and document folder (if required) using following Api....Signature Cloud REST API supports to sign a document with...(if required) using following API. It expects data in request body...

    docs.groupdocs.cloud/signature/working-with-qr-...
  9. Get Template | Documentation

    This REST Api provides the functionality to retrieve templates that are used in Parse endpoint. Simply get the Api response and use it as a template parameter in Parse by the Template method. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the Storage. Required. FileInfo.StorageName Storage name It could be omitted for default Storage. Resource The following GroupDocs.Parser Cloud REST Api resource has been used in the Get Template example....feedback On this page This REST API provides the functionality to...Parse endpoint. Simply get the API response and use it as a template...

    docs.groupdocs.cloud/parser/get-template/
  10. VerifySettings | Documentation

    VerifySettings data structure used as input parameters for Verify Api method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings 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....input parameters for Verify API method. VerifySettings example...VerifySettings fields Name Description API Version FileInfo.FilePath The...

    docs.groupdocs.cloud/signature/verifysettings/