Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 207 of 207 for

docx to png

(0.37 sec)
  1. 如何使用 Java API 将 Excel 转换为 PDF

    在 Java 中使用我们快速安全的文件格式 REST API 转换您的文档和文件。本文介绍如何使用 Java API 将 Excel 转换为 PDF。...文件 在 Python 中使用 REST API 注释 DOCX 文件 在 Python 中使用 REST API 从 Word...转换为 CSV 在 Java 中将 Word 转换为 PNG 并将 PNG 转换为 Word 文档 在 Java 中以编程方式将...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  2. 使用 Java 和 .NET 管理文档元数据 |元数据云API

    使用 REST API 以及适用于 Java 和 .NET 的开源元数据 SDK,在 Java 和 C# 中添加元数据、编辑、删除和提取来自 50 多种文件格式的元数据。...文件类型 文件格式 MS Word/文字处理文档 DOC、DOCX、DOCM、DOT、DOTX Excel/电子表格 XL...图像/绘图/AutoCAD JPG/JPEG/JPE、JP2、PNG、GIF、TIFF、WebP、BMP、DJVU/DJV、DICOM‎、PSD、DWG、DXF...

    blog.groupdocs.cloud/zh/metadata/manipulate-met...
  3. 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....conversion format: HTML, JPG, PNG or PDF Required. File binary..."Resources/SampleFiles/sample.docx" ) if err != nil { fmt . Printf...

    docs.groupdocs.cloud/viewer/convert-and-download/
  4. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you To rotate individual pages when viewing documents in HTML/PDF/JPG/Png formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs To rotate page on 90-degree clockwise; On180Degree - instructs To rotate page on 180-degree clockwise; On270Degree - instructs To rotate page on 270-degree clockwise; The following code snippet shows how To rotate output pages when viewing a document as PDF...viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages..."FilePath": "SampleFiles/sample.docx" }, "ViewFormat": "PDF", "RenderOptions":...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  5. Internal error: Exception of type 'System.OutOf...

    I’m using groupdocs conversion cloud deployed on my server but when I try To convert 50mb xls file its giving error Internal error: Exception of type ‘System.OuTofMemoryException’ was thrown I’m using the following API…...png (84.7 KB) Screenshot 2024-09-05 at 6.43.48 PM.png (84...cessing\\password-protected.docx", FileMode.Open); This is done...

    forum.groupdocs.cloud/t/internal-error-exceptio...
  6. Image Annotation | Documentation

    Image annotation allows To add image within document page 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Place your client ID and client secret in the environment variables CLIENT_ID and CLIENT_SECRET....docx" }, "OutputPath": "Output/output.docx", "Annotations":...annotation", "ImagePath": "JohnSmith.png", "CreatorName": "Anonym A."...

    docs.groupdocs.cloud/annotation/image-annotation/
  7. Working with Text Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To sign a document with Text. It provides methods To create Text Signature in Document Pages with different options of Text, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Text Signature To Document You can create Text Signature on Document provided by fileName and document folder (if required) using following API....docx/text" \ -X POST \ -H "Content-Type:...cloud/v1/signature/one-page.docx/text" ` -X POST ` -H "Content-Type:...

    docs.groupdocs.cloud/signature/working-with-tex...