Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 10,546 for

json

(0.06 sec)
  1. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Watermark Cloud API Reference lets you try out Storage existence 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 storageName Storage name cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v1.0/watermark/storage/MyStorage/exist' \ -H "accept: application/Json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....' \ -H "accept: application/json" \ -H "authorization: Bearer..." ` -H "accept: application/json" ` -H "authorization: Bearer...

    docs.groupdocs.cloud/watermark/working-with-sto...
  2. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Parser Cloud API Reference lets you try out Storage existence 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 storageName Storage name cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v1.0/parser/storage/MyStorage/exist" \ -H "accept: application/Json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl...." \ -H "accept: application/json" \ -H "authorization: Bearer..." ` -H "accept: application/json" ` -H "authorization: Bearer...

    docs.groupdocs.cloud/parser/working-with-storage/
  3. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....example Linux/MacOS/Bash # Get JSON Web Token # Provide your Client..." \ -H "Accept: application/json" # cURL example to replace watermark...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  4. Parse by Template of a Document Inside a Contai...

    This REST API allows extracting fields and tables from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. The following example demonstrates how to extract data from a container item. Here you can see how to parse text fields by regular expressions and a table inside the container item document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template of a document inside a container example....Linux/MacOS/Bash # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to parse a document...

    docs.groupdocs.cloud/parser/parse-by-template-o...
  5. HTML Report Generator on Document Processing RE...

    HTML Report Generator on Document Processing REST APIs | GroupDocs Cloud Recent content in HTML Report Generator on Document Processing REST APIs | GroupDocs Cloud إنشاء تقرير HTML من بيانات XML في...... عرض بيانات JSON على صفحة HTML في Python باستخدام...الديناميكية باستخدام بيانات JSON باستخدام GroupDocs.Assembly...

    blog.groupdocs.cloud/ar/tag/html-report-generat...
  6. HTML Report Generator on Document Processing RE...

    HTML Report Generator on Document Processing REST APIs | GroupDocs Cloud Recent content in HTML Report Generator on Document Processing REST APIs | GroupDocs Cloud Створення HTML-звіту з даних XML ...... Відображення даних JSON на сторінці HTML у Python за...динамічні звіти Python із даними JSON за допомогою GroupDocs.Assembly...

    blog.groupdocs.cloud/uk/tag/html-report-generat...
  7. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" \ -H "accept: application/Json" \ -H "authorization: Bearer $JWT_TOKEN" \ -H "Content-Type: application/Json" \ -d '{"FileInfo": {"FilePath": "Signaturedocs/one-page.docx","StorageName": "MyStorage","VersionId": "","Password": ""}}' Windows PowerShell curl.exe -X POST "https://api.groupdocs.cloud/v2.0/signature/info" ` -H "accept: application/Json" ` -H "authorization: Bearer $env:JWT_TOKEN" ` -H "Content-Type: application/Json" ` -d "{ 'FileInfo': { 'FilePath': 'Signaturedocs/one-page....0/signature/info" \ -H "accept: application/json" \ -H "authorization: Bearer...-H "Content-Type: application/json" \ -d '{"FileInfo": {"FilePath":...

    docs.groupdocs.cloud/signature/get-document-inf...
  8. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out Storage existence 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 storageName Storage name cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v1.0/metadata/storage/MyStorage/exist' \ -H 'accept: application/Json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....' \ -H 'accept: application/json' \ -H "authorization: Bearer...' ` -H 'accept: application/json' ` -H "authorization: Bearer...

    docs.groupdocs.cloud/metadata/working-with-stor...
  9. HTML Report Generator on Document Processing RE...

    HTML Report Generator on Document Processing REST APIs | GroupDocs Cloud Recent content in HTML Report Generator on Document Processing REST APIs | GroupDocs Cloud Создание HTML-отчета из XML-данны...... Отображение данных JSON на странице HTML в Python с...динамические отчеты Python с данными JSON с помощью GroupDocs.Assembly...

    blog.groupdocs.cloud/ru/tag/html-report-generat...
  10. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a password. The following example demonstrates how to extract pages 2,4,7 from a source document into a new document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....Linux/MacOS/Bash # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to extract pages...

    docs.groupdocs.cloud/merger/extract-pages/