Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 9,712 for

json

(0.07 sec)
  1. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Signature Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/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....t" - H "accept: application/json" - H "authorization: Bearer...e" - H "accept: application/json" - H "authorization: Bearer...

    docs.groupdocs.cloud/signature/working-with-sto...
  2. Convert PDF to HTML | PDF to Web Conversion in ...

    Seamless PDF to HTML conversion in C# .NET. Easy and simple process to convert PDF to HTML with .NET REST API....POST \ -H "accept: application/json" \ -H "authorization: Bearer...-H "Content-Type: application/json" \ -d "{ \"FilePath\": \"{sourceFile}\"...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  3. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not....example Request * First get JSON Web Token * Please get your..." \ -H "Accept: application/json" * cURL example to get document...

    docs.groupdocs.cloud/merger/get-document-inform...
  4. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. 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 get document...

    docs.groupdocs.cloud/viewer/get-document-inform...
  5. Convert XML to CSV and CSV to XML in Python

    Use Python script to convert XML to CSV and to convert CSV to XML online. This article is about how to convert XML to CSV and CSV to XML in Python....Python How to Convert CSV to JSON and JSON to CSV in Python How to...to Convert EXCEL to JSON and JSON to EXCEL in Python...

    blog.groupdocs.cloud/conversion/convert-xml-to-...
  6. Convert PDF to Excel in Java: A Step-by-Step Gu...

    Learn how to convert PDF to Excel (XLS/XLSX) in Java using REST API. Follow our step-by-step guide and start converting PDF to Excel in the cloud today....Python How to Convert CSV to JSON and JSON to CSV in Python Convert...How to Convert EXCEL to JSON and JSON to EXCEL in Python How to...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  7. Convert document | Documentation

    This example demonstrates how to convert word processing document into pdf document with default options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....example Request // First get JSON Web Token // Please get your..." \ -H "Accept: application/json" // cURL example to convert...

    docs.groupdocs.cloud/conversion/convert-document/
  8. 11. Convert nsf storage to eml documents | Docu...

    This example demonstrates how to convert nsf storage into set of eml documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....example Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to convert document...

    docs.groupdocs.cloud/conversion/convert-nsf-doc...
  9. Skip rendering of empty rows | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) rows. In case, if the number of empty rows is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty rows GroupDocs.Viewer Cloud provides RenderEmptyRows property of SpreadsheetOptions class, which allow omitting to render empty rows as shown in the sample below....example Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to get document...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  10. HTML Viewer - Responsive layout | Documentation

    GroupDocs.Viewer Cloud also enables you to make your rendering into HTML look well across all types of devices. To achieve this, the API provides RenderResponsive property of HtmlOptions class as shown in below sample code. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered 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/viewer/html-viewer-respons...