Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 10,233 for

json

(0.17 sec)
  1. 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 Ücretsiz Çevr......Çevrimiçi XML'den JSON'a Dönüştürücü - XML'i JSON'a Dönüştürün XML'i...çevrimiçi olarak ücretsiz olarak JSON'a nasıl dönüştüreceğinizi...

    blog.groupdocs.cloud/tr/tag/online-xmltojson-co...
  2. 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...
  3. Convert PNG to HTML in Java - PNG to HTML Conve...

    Learn how to convert PNG to HTML in Java using GroupDocs.Conversion Cloud SDK. Follow our step-by-step guide to simplify the PNG to HTML conversion process....using Java Convert EXCEL to JSON and JSON to EXCEL in Python How to...to Convert CSV to JSON and JSON to CSV in Python Convert Word...

    blog.groupdocs.cloud/conversion/convert-png-ima...
  4. 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...
  5. Generic Question about GroupDocs.Signature Clou...

    Is there a hosted solution like the one at this URL? (Containerize.IdentityServer - Single sign-on to access all applications and services of Aspose Pty Ltd.) Is there a limit of how many users can login into the applic…...the actual HTML page or XML/JSON? If you don’t offer a hosted...the actual HTML page or XML/JSON? Different groupdocs.cloud REST...

    forum.groupdocs.cloud/t/generic-question-about-...
  6. 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-...
  7. Working With Folder | Documentation

    GroupDocs.Viewer Cloud Working With Folder...' \ -H 'accept: application/json' \ -H 'authorization: Bearer..." ` -H "accept: application/json" ` -H "authorization: Bearer...

    docs.groupdocs.cloud/viewer/working-with-folder/
  8. 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/
  9. 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/
  10. 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/