Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 913 for

folder api

(0.21 sec)
  1. Working With Storage | Documentation

    GroupDocs.Viewer Cloud Working With Storage...page Check Storage Exist API This API intended for checking the...from . Check Storage Exist with API Explorer lets you try out right...

    docs.groupdocs.cloud/viewer/working-with-storage/
  2. 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/
  3. Add Watermarks | Documentation

    This REST Api allows adding watermarks inside the documents. With this Api you can add watermarks with following features: The watermark could be either a text or an image: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; For a Text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc....Watermarks Leave feedback This REST API allows adding watermarks inside...inside the documents. With this API you can add watermarks with following...

    docs.groupdocs.cloud/watermark/add-watermarks/
  4. Search Watermarks | Documentation

    This REST Api allows finding watermarks in the document. The Api supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. 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....REST API allows finding watermarks in the document. The API supports...documents OutputFolder The folder for the resultant file “wa...

    docs.groupdocs.cloud/watermark/search-watermarks/
  5. 在 C# 中使用 REST API 分析文本或文档

    使用 GroupDocs.Classification for .NET SDK 在 C# 中使用 REST Api 以编程方式对您的文档和任何原始文本执行情感分析。...中的 REST API 对文本或文档执行情感分析。 本文讨论/涵盖以下主题: 情绪分析 REST API 和 .NET SDK...在 C# 中使用 REST API 对文档进行情感分析 在 C# 中使用 REST API 通过情感分析对文本进行分类 C#多句情感分析...

    blog.groupdocs.cloud/zh/classification/sentimen...
  6. \"从邮件中提取图像 | 如何在 C# 中保存电子邮件照片\"

    \"使用 .NET REST Api 从 EML 和 MSG 电子邮件中提取图像。如何保存来自电子邮件的照片,下载内嵌图片,并自动化电子邮件图像提取。\"... Email Image Extraction API 先决条件 通过 NuGet 安装 从电子邮件中提取图像使用...(FAQs) 为什么从电子邮件中提取图像? 电子邮件图像提取 API 从 ZIP 中提取图像,使用 C# .NET 提取电子邮件图像使用...

    blog.groupdocs.cloud/zh/parser/extract-images-f...
  7. Working With Files | Documentation

    Download File Api This Api allows you to download a file from GroupDocs Cloud Storage. Api Explorer GroupDocs.Editor Cloud Api Reference lets you try out Download a File Api right away in your browser! It allows you to effortlessly interact and try out every single operation our Apis expose. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....File API This API allows you to download a file from . API Explorer...out every single operation our APIs expose. Request parameters Parameter...

    docs.groupdocs.cloud/editor/working-with-files/
  8. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST Apis | GroupDocs Cloud...looking into the translation REST API that can translate Word and Excel...English While translating, the API takes care of paragraphs, tables...

    blog.groupdocs.cloud/groupdocs.cloud/page/41/
  9. GroupDocs.Total 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....Previously some API calls were “chargeable” while other API calls were...were not. If an API call created a document or meaningful result...

    blog.groupdocs.cloud/categories/groupdocs.total...
  10. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, Api can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object drawColor A foreground/draw color (for example: “Red”) { "layoutNames": ["Floor1", "Floor3"], "drawColor": "Red", "backgroundColor": "White" } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv, xlt Properties Description format The format of input file, (“docx”, for example)....stream, and, because of that, API can correctly handle LoadOptions...stream, and, because of that, API can correctly handle LoadOptions...

    docs.groupdocs.cloud/conversion/loadoptions/