Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 9,908 for

json

(0.07 sec)
  1. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....NET Supports JSON Storage for Annotations The...minimization. It also lets you use JSON to store annotations. Read more...

    blog.groupdocs.cloud/total/product-updates-tuto...
  2. Sending Excel and ODS files for translation | D...

    How to send Excel and ODS files for translation to the selected languages....translation parameters are provided in JSON format in the request body....successful, this method returns JSON with a unique identifier (value...

    docs.groupdocs.cloud/translation/file/request/e...
  3. Convert JPG to PDF C#| JPEG in to PDF using .NE...

    Learn how to convert JPG or JPEG images into professional, print-ready PDF in C#. Guide covers setup, coding for JPEG to PDF using REST API and cURL....POST \ -H "accept: application/json" \ -H "authorization: Bearer...-H "Content-Type: application/json" \ -d "{ \"StorageName\": \"internal\"...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  4. Online xmltojson converter free on Document Pro...

    Online xmltoJson converter free on Document Processing REST APIs | GroupDocs Cloud Recent content in Online xmltoJson converter free on Document Processing REST APIs | GroupDocs Cloud 무료 온라인 XML to......GroupDocs Cloud 무료 온라인 XML to JSON 변환기 - XML을 JSON으로 변환 온라인에서 무료로...

    blog.groupdocs.cloud/ko/tag/online-xmltojson-co...
  5. Introduction of PHP SDK in Next Generation Grou...

    Next Generation GroupDocs.Storage for Cloud is a new and improved REST API for performing different Storage related operations in Cloud Apps/Websites...multipart/form-data" \ -H "Accept: application/json" \ -H "authorization: Bearer...application/json" \ -H "Accept: application/json" \ -H "authorization:...

    blog.groupdocs.cloud/total/first-public-release...
  6. Delete Document Pages | Documentation

    Delete Pages method allows to delete pages in the cloud storage, created by get pages method. 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 Add annotation Call Preview method Download result pages from cloud storage Delete pages in cloud storage HTTP POST ~/annotation/preview/remove 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 delete document...

    docs.groupdocs.cloud/annotation/delete-pages/
  7. Java: Convert MPP to PDF | MPP to PDF Converter...

    Learn how to convert MPP to PDF using Java REST API. Simplify project sharing, enhance accessibility, and ensure compatibility with a universal PDF format....POST \ -H "accept: application/json" \ -H "authorization: Bearer...-H "Content-Type: application/json" \ -d "{ \"StorageName\": \"default\"...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  8. Sending files for translation | Documentation

    How to send files for translation to the selected languages....translation parameters are provided in JSON format in the request body....successful, this method returns JSON with a unique identifier (value...

    docs.groupdocs.cloud/translation/file/request/
  9. 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 Request curl -X GET "https://api.groupdocs.cloud/v1.0/parser/storage/MyStorage/exist" \ -H "accept: application/Json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language...." \ -H "accept: application/json" \ -H "authorization: Bearer..." \ -H "accept: application/json" \ -H "authorization: Bearer...

    docs.groupdocs.cloud/parser/working-with-storage/
  10. 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....example Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to get document...

    docs.groupdocs.cloud/watermark/remove-watermarks/