Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 11,075 for

json

(0.08 sec)
  1. 使用 Java 将 GIF 图像转换为 PDF 文件 - 分步指南。

    了解如何使用 GroupDocs.Conversion Cloud SDK 在 Java 中将 GIF 图像转换为 PDF 文件。按照分步指南立即转换您的图像。...HTML 在 Python 中将 EXCEL 转换为 JSON 并将 JSON 转换为 EXCEL 如何使用 REST API...

    blog.groupdocs.cloud/zh/conversion/convert-gif-...
  2. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter.... JSON storage for annotations. MS...

    blog.groupdocs.cloud/total/groupdocs-total-net-...
  3. Extract PDF Text using Java | Parse PDF in Java

    Learn how to extract text from PDF files in Java using the GroupDocs.Parser Cloud SDK. Automate the text extraction process effortlessly and save your time....to PowerPoint in Java Convert JSON to HTML in Java Convert PDF...

    blog.groupdocs.cloud/parser/document-parsing-ex...
  4. Enhance Your C# / ASP.NET App with the Electron...

    GroupDocs offers a .NET library with flexible API that can be used to build legally-binding e-signature apps with web signature capture functionality.... Supported providers are JSON and MSSQL. Unified syntax for...

    blog.groupdocs.cloud/comparison/spotlight-group...
  5. desktop_5f57f7d819cae13f16323b5993e3527f72558ea...

    :root{--base-font-size-smallest: 0.815em;--base-font-size-smaller: 0.875em;--base-font-size: 0.938em;--base-font-size-larger: 1.063em;--base-font-size-largest: 1.118em;--font-up-6: 2.296em;--font-u......json-editor-btn-collapse .d-icon,.btn.json-editor-btn-delete...loading-icon,.btn.is-loading.btn-text.json-editor-btn-collapse .loadin...

    forum.groupdocs.cloud/stylesheets/desktop_5f57f...
  6. Extract Metadata from XLS in Java

    Extract metadata from XLS files in Java with GroupDocs.Metadata Cloud SDK. Step-by-step guide, code sample, cURL commands, and best practices....response (optional) or process the JSON output directly in your application...

    blog.groupdocs.cloud/metadata/extract-metadata-...
  7. STEP-by-STEP Guide to Remove ZIP Metadata in Java

    Strip hidden metadata from ZIP archives with GroupDocs.Metadata Cloud SDK for Java. Follow this step-by-step guide for setup, code, and secure processing....-H "Content-Type: application/json" \ -d '{"fileId":"<uploaded_file_id>"...

    blog.groupdocs.cloud/metadata/step-by-step-guid...
  8. 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....watermarkOptions Property Description Json text Watermark text font Watermark...

    docs.groupdocs.cloud/conversion/convertoptions/
  9. HTML to document conversion not happening with ...

    This topic is a continuation of this topic: This Topic is created by sergei.terentev using Email to Topic tool....=0" -H "accept: application/json" -H "authorization: Bearer <api-token>"...

    forum.groupdocs.cloud/t/html-to-document-conver...
  10. 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)....(binary, supply as base64 in JSON payload) { "xslFo" : "PD94bWwgdmVyc2lvbj0i+...

    docs.groupdocs.cloud/conversion/loadoptions/