Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 9,974 for

json

(0.16 sec)
  1. Text Replacement Annotation | Documentation

    Text Replacement annotation replaces original text with other provided text fragment API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get Json Web Token // Please get your Client Id and Client Secret from https://dashboard....example Request // First get JSON Web Token // Please get your... \ - H "Accept: application/json" // cURL example to add annotation...

    docs.groupdocs.cloud/annotation/text-replacemen...
  2. Customize changes styles | Documentation

    GroupDocs.Comparison Cloud provides compare options set with some default values that provides both - appropriate comparison speed and quality. Example below demonstrates how to change different changes types styling. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....example Request * First get JSON Web Token * Please get your..." \ -H "Accept: application/json" * cURL example to get document...

    docs.groupdocs.cloud/comparison/customize-chang...
  3. classify Request Parameters | Documentation

    Parameter In Type Comment body BaseRequest Document’s description (string) and/or document’s info. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) Balance between precision and recall. BaseRequest Model: BaseRequest { description (string, optional), document (FileInfo, optional) } FileInfo { folder (string, optional), name (string, optional), password (string, optional) } Examples: Json...string , optional ) } Examples: JSON { "description" : "File description...

    docs.groupdocs.cloud/classification/classify-re...
  4. 在 Java 中将 TIFF 图像转换为 PDF - 分步指南。

    了解如何使用 Java 将 TIFF 文件转换为 PDF 文档。通过可自定义的设置和安全的数据处理获得准确和高质量的转换。...如何使用 REST API 在 Java 中将 XML 转换为 JSON 使用 REST API 在 Java 中将 Markdown...EXCEL 转换为 JSON 并将 JSON 转换为 EXCEL 如何在 Python 中将 CSV 转换为 JSON 以及将 JSON...

    blog.groupdocs.cloud/zh/conversion/tiff-file-to...
  5. Convert SVG to PNG using SVG to PNG Converter

    This article shows how to convert SVG to PNG in C#. GroupDocs.Conversion offers Cloud SDKs and REST APIs to programmatically build an SVG to PNG Converter....See Also # Convert JSON to HTML using a JSON Converter Convert...

    blog.groupdocs.cloud/conversion/convert-svg-to-...
  6. Working with Lists | Documentation

    How-to dynamically generate items within different types of lists and specify their options using GroupDocs Assembly Cloud....Source The following XML and JSON data sources represent a list...their names and ages: XML Data JSON Data <Products> <Product> <Discount>...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  7. Convert HTML to PDF in C# .NET

    Discover how GroupDocs.Cloud Conversion API simplifies HTML to PDF conversion. Programmatically convert HTML to PDF with ease using C# .NET....POST \ -H "accept: application/json" \ -H "authorization: Bearer...-H "Content-Type: application/json" \ -d "{ \"StorageName\": \"internal\"...

    blog.groupdocs.cloud/conversion/convert-html-to...
  8. Convert PDF to JPG in C# | Export PDF Documents...

    Easily convert PDF to JPG in C# using .NET API. Convert PDF files into high-quality JPEG images, automate PDF to image workflows, and export PDF as JPEG....POST \ -H "accept: application/json" \ -H "authorization: Bearer...-H "Content-Type: application/json" \ -d "{ \"FilePath\": \"{inputFile}\"...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  9. Convert SVG to JPG and JPG to SVG in Python

    Convert SVG images to JPG and image format JPG to SVG of specific size or dpi using the python. Let's see how to convert SVG to JPG and JPG to SVG in Python...js Convert EXCEL to JSON and JSON to EXCEL in Node.js How...How to Convert CSV to JSON File Online in Node.js Convert PDF to...

    blog.groupdocs.cloud/conversion/convert-svg-to-...
  10. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" -H "accept: application/Json" -H "authorization: Bearer [Access Token]" Response Content-type: application/Json { "fileType": "docx", "pageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language....docx" -H "accept: application/json" -H "authorization: Bearer [Access...Response Content-type: application/json { "fileType" : "docx" , "pageCount"...

    docs.groupdocs.cloud/conversion/get-document-me...