Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 4,888 for

data

(0.06 sec)
  1. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object drawColor A foreground/draw color (for example: “Red”) { "layoutNames": ["Floor1", "Floor3"], "drawColor": "Red", "backgroundColor": "White" } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv, xlt Properties Description format The format of input file, (“docx”, for example)....Conversion Cloud / Developer Guide / Data structures / LoadOptions LoadOptions...

    docs.groupdocs.cloud/conversion/loadoptions/
  2. Convert PDF to JPG and JPG to PDF Programmatica...

    Use our quick and secure PDF image conversion API to convert PDF file to image. Let's see how to convert PDF to JPG and JPG to PDF Programmatically in Java....instantly after transforming data from JPG to PDF file. How to...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  3. Embed Signature Box in Document with PHP - Free...

    Hi, I’m using php sdk with cloud api and I would like the user to place the signature box freely where they like. Not predetermined x and y coordinates. Your demo cloud api give the impression that you can do this and I…...process so we can get vital data such as signing status and a...

    forum.groupdocs.cloud/t/embed-signature-box-in-...
  4. 使用 Java SDK 将 PowerPoint 转换为图像:指南

    了解如何使用 REST API 在 Java 中以编程方式将 PowerPoint 转换为 PNG 图像。我们的分步指南将帮助您轻松理解该过程。...new File("H:\\groupdocs-cloud-data\\input-sample-file.pptx"); UploadFileRequest...

    blog.groupdocs.cloud/zh/conversion/convert-powe...
  5. Timeout error ApiClient - Free Support Forum - ...

    Getting this today: com.groupdocs.cloud.merger.client.ApiException: java.net.SocketTimeoutException: timeout at com.groupdocs.cloud.merger.client.ApiClient.execute(ApiClient.java:789) ~[groupdocs-merger-cloud-22.5.jar!…...input files (without sensitive data), so we can check this? partywallpro...

    forum.groupdocs.cloud/t/timeout-error-apiclient...
  6. 用 Java 提取 PDF 页面 | PDF提取器

    了解如何使用 Java 从 PDF 中提取页面并在线分离 PDF 页面。本文提供有关如何使用 GroupDocs.Merger API 的分步指南。...new File("H:\\groupdocs-cloud-data\\input-sample-file.pdf"); UploadFileRequest...

    blog.groupdocs.cloud/zh/merger/extract-pages-fr...
  7. 在 Java 中将 TIFF 图像转换为 PDF - 分步指南。

    了解如何使用 Java 将 TIFF 文件转换为 PDF 文档。通过可自定义的设置和安全的数据处理获得准确和高质量的转换。...new File("H:\\groupdocs-cloud-data\\input-sample-file.tiff"); UploadFileRequest...

    blog.groupdocs.cloud/zh/conversion/tiff-file-to...
  8. 使用 Java SDK 将 DOCX 转换为 PPTX:指南

    了解如何将 Word 转换为 Java 中的 PowerPoint 演示文稿。本指南涵盖了无缝高效地转换文件的步骤。...new File("H:\\groupdocs-cloud-data\\input-sample-file.docx"); UploadFileRequest...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  9. 如何使用 Java API 将 Excel 转换为 PDF

    在 Java 中使用我们快速安全的文件格式 REST API 转换您的文档和文件。本文介绍如何使用 Java API 将 Excel 转换为 PDF。...new File("H:\\groupdocs-cloud-data\\input-sample-file.xlsx"); UploadFileRequest...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  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.Editor 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/editor/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....# For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/editor/working-with-storage/