Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 10,251 for

json

(0.16 sec)
  1. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Request curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/Json" \ -H "Accept: application/Json" \ -H "Authorization: Bearer " \ -d "{ 'FilePath': 'annotationdocs/one-page.docx'} Response { "name": "one-page.docx", "path": "annotationdocs/one-page....application/json" \ -H "Accept: application/json" \ -H "Authorization:...

    docs.groupdocs.cloud/annotation/get-document-in...
  2. Convert PDF to an editable DOC using C-Sharp .NET

    GroupDocs.Conversion C# .NET API provides an easy way to convert and change PDF to Word file online. This article is about how to convert PDF to Word in C#....How to Convert EXCEL to JSON and JSON to EXCEL in Python How to...REST API Convert CSV to JSON and JSON to CSV in Python Convert...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  3. 使用 Python 從 PDF 中提取特定數據 |休息API

    使用適用於 Python 的 Document Parser Cloud SDK 在 Python 中使用雲中的 REST API 以編程方式從 PDF 中提取特定數據。...通過模板文件提取數據 # 您還可以通過以編程方式提供基於 JSON 的模板文件來從 PDF 文檔中提取數據。請按照以下步驟通過提供模板文件來解析文檔。...方法獲取結果 以下代碼示例展示瞭如何使用 REST API 根據 JSON 文件中提供的模板解析 PDF 文檔並提取數據。請按照前面提到的步驟上傳文件。...

    blog.groupdocs.cloud/zh-hant/parser/extract-spe...
  4. Sign document with image signature | Documentation

    An image as signature is alternative way to put any presenting data in a visual form. This electronic signature type allows to create custom image with company logo, sender’ initials, names or make a company stamp icon in it, GroupDocs.Signature Cloud provides options to specify different settings for Image signature such as image content, location, colors and advanced effects. API usage There are steps that usage of GroupDocs.Signature Cloud consists of:...example Request // First get JSON Web Token // Please get your... \ - H "Accept: application/json" // cURL example to get document...

    docs.groupdocs.cloud/signature/sign-document-wi...
  5. Convert PDF to PowerPoint | PDF to PPT | PDF to...

    Seamlessly convert PDF to PowerPoint presentations using C# .NET. Save PDF to PPT online. Free PDF to PPTX Converter....POST \ -H "accept: application/json" \ -H "authorization: Bearer...-H "Content-Type: application/json" \ -d "{ \"StorageName\": \"internal\"...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  6. Help! - Free Support Forum - groupdocs.cloud

    Hi , it’s possible to have support to translation PDF ( en to other language) ? How I must do it? I want test with postman and after compile java class. Now I receive error 401 , Bearer error=“invalid_token”, error_de…..."content-type": "application/json; charset=UTF-8", "transfer-encoding":..."content-type": "application/json", "user-agent": "PostmanRuntime/7...

    forum.groupdocs.cloud/t/help/5457
  7. Extract Images from HTML | HTML Image Extractor...

    How to extract images from HTML file using .NET REST API. Extract Base64, inline, embedded, and linked images from HTML using the best HTML image extractor...0/parser/images" \ -H "accept: application/json" \ -H "authorization: Bearer...-H "Content-Type: application/json" \ -d "{ "FileInfo": { "FilePath":...

    blog.groupdocs.cloud/parser/extract-images-from...
  8. Convert document async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted document from storage Steps 1 and 4 are storage operations, please refer to this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST API directly from the browser....example Request // First get JSON Web Token // Please get your..." \ -H "Accept: application/json" // cURL example to convert...

    docs.groupdocs.cloud/conversion/convert-documen...
  9. Working with Search Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....header 'content-type: application/json' \ -- data '{ "items": [ { "barcodeTypeName":...header 'content-type: application/json' \ -- data '{ "items": [ { "barcodeTypeName":...

    docs.groupdocs.cloud/signature/working-with-sea...
  10. Text Strikeout Annotation | Documentation

    Text Strikeout annotation marks text fragment with a strikethrough styling 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-strikeout-...