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

data

(0.1 sec)
  1. Working With Files | Documentation

    GroupDocs.Viewer Cloud Working With Files... -H "accept: multipart/form-data" -H "authorization: Bearer [Access...fileStream = File . Open ( "..\\..\\.Data\\viewerdocs\\one-page.docx"...

    docs.groupdocs.cloud/viewer/working-with-files/
  2. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....Conversion Cloud / Developer Guide / Data structures / ConvertOptions...

    docs.groupdocs.cloud/conversion/convertoptions/
  3. 在 Java 中合并 Word 文档

    通过此全面的分步指南,了解如何使用 GroupDocs.Merger Cloud SDK for Java 合并 Java 中的 Word 文档 DOC 或 DOCX。...new File("H:\\groupdocs-cloud-data\\input-sample-file-one.docx");...

    blog.groupdocs.cloud/zh/merger/how-to-merge-wor...
  4. 在 Java 中将 SVG 图像转换为 PNG

    GroupDocs.Conversion API 允许您快速将 SVG 文件转换为 PNG 图像。这篇博文是关于如何使用 REST API 在 Java 中将 SVG 转换为 PNG 的。...new File("H:\\groupdocs-cloud-data\\input-sample-file.svg"); UploadFileRequest...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  5. 通过 Java 将 HTML 转换为 Markdown |综合指南

    GroupDocs.Conversion 提供各种文档格式的转换。本文介绍如何使用 REST API 使用 Java 将 HTML 转换为 Markdown。...new File("H:\\groupdocs-cloud-data\\input-sample-file.html"); UploadFileRequest...

    blog.groupdocs.cloud/zh/conversion/convert-html...
  6. 将电子表格转换为 JSON | Java 将 Excel 电子表格转换为 JSON 数据

    使用安全且易于使用的 REST API 将 Excel 电子表格转换为 JSON 数据。本文介绍如何使用 REST API 在 Java 中将 Excel 转换为 JSON 文件...new File("H:\\groupdocs-cloud-data\\input-sample-file.xlsx"); UploadFileRequest...

    blog.groupdocs.cloud/zh/conversion/convert-exce...
  7. 在 Java 中将 Markdown 导出为 PDF - 分步指南。

    了解如何使用 REST API 在 Java 中将 Markdown 文件转换为 PDF。按照我们的代码示例指南进行操作,并发现用于自定义的高级选项。...new File("H:\\groupdocs-cloud-data\\input-sample-file.md"); UploadFileRequest...

    blog.groupdocs.cloud/zh/conversion/convert-mark...
  8. 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/
  9. 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-...
  10. 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-...