Sort Score
Result 10 results
Languages All
Labels All
Results 3,731 - 3,740 of 14,369 for

java sdk

(0.07 sec)
  1. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."attachments" : [], "file" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/html-viewer-respons...
  2. Adjust output image size | Documentation

    When CAD drawings are rendered, the size of the render result is adjusted by API automatically, the biggest side (width or height depending on which one is bigger) is set 2000 px, another side is set value based on width-to-length ratio. You may adjust the size of resulting document by setting CadOptions as show in example. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."attachments" : [], "file" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/adjust-output-image...
  3. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."attachments" : [], "file" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/enable-font-hinting/
  4. Enable layered rendering | Documentation

    When rendering into HTML GroupDocs.Viewer Cloud renders text and graphics as a single layer that improves performance and reduces HTML document size. To improve content positioning wen rendering multi-layered PDF document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of text and graphics according to z-order in original PDF document when rendering into HTML. This option is supported when rendering to HTML only. Following code sample demonstrates how to enable layered rendering....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."attachments" : [], "file" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  5. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes.../Output/four-pages.pdf" } ] SDK examples Our API is completely...

    docs.groupdocs.cloud/conversion/convert-document/
  6. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how to render document without using cloud storage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file to convert Form data, Required pages string Pages range to render, like “1,2” or “3-5,10” Default value : all pages password string Input document password Required for password-protected documents....Buy Now Pricing Information SDKs Policies My Orders & Quotes...Resonse Code 200 <binary file> SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/convert-and-download/
  7. Issue with merging word documents - Free Suppor...

    Today Jan 09 at 16:47:13 UK time we’ve started experiencing issues with the merge API. We are using this API for merging word documents: com.groupdocs.cloud.merger.client.ApiException: Internal Server Error at com.grou…...java:902) ~[groupdocs-merger-cloud-22...ApiClient.execute(ApiClient.java:786) ~[groupdocs-merger-cloud-22...

    forum.groupdocs.cloud/t/issue-with-merging-word...
  8. 使用 Node.js 将 JPG 转换为 PDF |将图像转换为 PDF

    使用 GroupDocs.Conversion Cloud Sdk for Node.js 在 Node.js 中使用云上的 REST API 以编程方式将 JPG 转换为 PDF。...js SDK 在 Node.js 中使用 REST API 将图像转换为...Node.js SDK # 我将使用 GroupDocs.Conversion Cloud 的 Node.js SDK API 将...

    blog.groupdocs.cloud/zh/conversion/convert-imag...
  9. 使用 Ruby 将 Excel 电子表格转换为 PDF

    您可以使用 GroupDocs.Conversion Cloud API 轻松将 Excel XLSX 文件转换为 PDF。本教程介绍如何使用 Ruby 将 Excel 电子表格转换为 PDF...Excel 到 PDF 转换 REST API 和 Ruby SDK 使用 Ruby 中的 REST API 将 Excel 转换为...Excel 到 PDF 转换 REST API 和 Ruby SDK # 要将 XLSX 转换为 PDF ,我们将使用 GroupDocs...

    blog.groupdocs.cloud/zh/conversion/convert-exce...
  10. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes...null , "pdfViewInfo" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/get-document-inform...