Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 8,573 for

json

(0.04 sec)
  1. Load password-protected document | Documentation

    GroupDocs.Viewer Cloud supports rendering documents that are protected with a password. The following code sample shows how to render password-protected documents. 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. 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 get document...

    docs.groupdocs.cloud/viewer/load-password-prote...
  2. Enable font hinting | Documentation

    To adjust the display of an outline font (learn more about font hinting) when rendering PDF documents into image GroupDocs.Viewer Cloud provides PdfOptions.EnableFontHinting setting as shown below: NOTE: this option is supported when rendering into PNG and JPG. 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/enable-font-hinting/
  3. 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...
  4. 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-...
  5. 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...
  6. Convert SVG to PDF and PDF to SVG Programmatica...

    Online file conversion service to convert from PDF into optimized SVG images. Let's see how to convert SVG to PDF and PDF to SVG programmatically in Java....CSV to JSON and JSON to CSV in Python Convert CSV to JSON and JSON...JSON to CSV in Java How to Convert EXCEL to JSON and JSON to...

    blog.groupdocs.cloud/conversion/convert-svg-to-...
  7. 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 File extension File size Pages count Resource 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 . Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....example Request * First get JSON Web Token * Please get your..." \ -H "Accept: application/json" * cURL example to get document...

    docs.groupdocs.cloud/comparison/get-document-in...
  8. GroupDocs.Conversion Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats.... How to Convert XML to JSON in Java using REST API. As the...(eXtensible Markup Language). However, JSON (JavaScript Object Notation)...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  9. Convert TIFF to PDF in Java

    Learn how to convert TIFF to PDF in Java programmatically. Get accurate and high-quality conversions with customizable settings and secure data handling....articles: How to Convert XML to JSON in Java using REST API Convert...REST API Convert EXCEL to JSON and JSON to EXCEL in Python How to...

    blog.groupdocs.cloud/conversion/tiff-file-to-pd...
  10. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of the document. 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 HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get Json Web Token // Please get your App Key and App SID from https://dashboard....example Request // First get JSON Web Token // Please get your... \ - H "Accept: application/json" // cURL example to create document...

    docs.groupdocs.cloud/annotation/get-pages/