Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 5,094 for

storage api

(0.07 sec)
  1. C# QR Code Generator | How to Create QR Code in...

    Discover *how to generate QR codes with logos using C# QR Code Generator REST Api*. Enhance brand recognition, aesthetics, and trust while personalizing your QR codes....using QR code generator REST API . We will utilize the GroupDocs...Creator SDK Step 2: Initialize the API Client Step 3: Upload the Document...

    blog.groupdocs.cloud/signature/generate-qr-code...
  2. Accept all revisions | Documentation

    GroupDocs.Comparison Cloud allows to accept all revisions in Word document and save the result. The following code sample demonstrates how to accept all revisions without getting them. Api usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud Storage Call Api method with options Download comparison result document from Storage (if any) 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 documents into cloud storage Call API method with options Download...

    docs.groupdocs.cloud/comparison/accept-all-revi...
  3. Compare documents | Documentation

    Changes detection algorithms used by GroupDocs.Comparison Cloud allows to detect changes in different document parts and blocks: Text blocks - paragraphs, words and characters; Tables; Images; Shapes etc. For better visual separation of detected changes added, modified or deleted document parts are highlighted with different colors: Added – blue Modified – green Style – green Deleted – red Changes styling coloring scheme can be customized if needed, changed text blocks can be marked with different formatting - italic, bold, underlined, strikethrough etc.... API usage There are steps that usage...input documents into cloud storage Compare documents or get document...

    docs.groupdocs.cloud/comparison/compare-documents/
  4. HTML Viewer - Responsive layout | Documentation

    GroupDocs.Viewer Cloud also enables you to make your rendering into HTML look well across all types of devices. To achieve this, the Api provides RenderResponsive property of HtmlOptions class as shown in below sample code. 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.... To achieve this, the API provides RenderResponsive property...shown in below sample code. API Usage There are steps that usage...

    docs.groupdocs.cloud/viewer/html-viewer-respons...
  5. 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/
  6. Split worksheets into pages | Documentation

    There might be the case when you do not want to render the whole Spreadsheet on a single page and limit the number of rows that would be rendered on each output page. In this situation, the GroupDocs.Viewer Cloud allows you to specify the number of rows in an Spreadsheet to be rendered on each page.This example demonstrates how to split worksheets into pages. Api Usage There are steps that usage of GroupDocs.... API Usage There are steps that usage...input document into cloud storage Render document or get document...

    docs.groupdocs.cloud/viewer/split-worksheets-in...
  7. GroupDocs.Viewer Cloud Product Family

    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....Viewer Cloud REST API V2 is finally here! You may wonder...V2 version API is more simplified API than V1, API with less methods...

    blog.groupdocs.cloud/categories/groupdocs.viewe...
  8. Convert document using custom font | Documentation

    This example demonstrates how to convert document that use custom font, or non-standard font. Fonts should be uploaded into cloud Storage before conversion. Then put path to fonts into conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document and fonts into cloud Storage Convert document Download converted document from Storage Steps 1 and 3 are Storage operations, please refer to this GroupDocs.Storage Cloud documentation for usage details....should be uploaded into cloud storage before conversion. Then put...document and fonts into cloud storage Convert document Download converted...

    docs.groupdocs.cloud/conversion/convert-using-c...
  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. Remove Metadata | Documentation

    This REST Api allows to remove metadata from the documents. With this Api you can search metadata to remove with following features: There are many ways to specify what property should be removed. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document....Metadata Leave feedback This REST API allows to remove metadata from...from the documents. With this API you can search metadata to remove...

    docs.groupdocs.cloud/metadata/remove-metadata/