Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 525 for

docx to jpg

(0.1 sec)
  1. Join Images | Documentation

    There is an additional option for Image joining. Name Description Comment JoinItem.ImageJoinMode Possible modes for the image joining Values: Horizontal, Vertical Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please obtain your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # They are supplied via the environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api....jpg" } }, { "FileInfo": { "FilePath": "Img/task2.jpg" },..."OutputPath": "Output/joined.jpg" }' Windows PowerShell # First...

    docs.groupdocs.cloud/merger/join-images/
  2. Get Supported File Formats | Documentation

    GroupDocs.Signature Cloud is a REST API To create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/signature/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_ToKEN" Windows PowerShell curl....docx" , "fileFormat" : "Microsoft...files" }, { "extension" : ".jpg" , "fileFormat" : "Image files"...

    docs.groupdocs.cloud/signature/get-supported-fi...
  3. Document Splitting in Python | Python PDF Files...

    Learn how To split a PDF file inTo multiple PDF files in Python using the GroupDocs.Merger Cloud SDK. Improve document organization with this guide....document formats, including DOCX, XLSX, PPTX, and more. You can...Multiple JPG Files into One in Java - Merge JPG to JPG Extract...

    blog.groupdocs.cloud/merger/split-pdf-file-into...
  4. GroupDocs.Parser Cloud Product Family on Docume...

    GroupDocs.Parser Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Parser Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud P...... PPT to JPG Extract Text from PDF Using ...NET REST API. Convert DOC, and DOCX to TXT format with OCR and text...

    blog.groupdocs.cloud/categories/groupdocs.parse...
  5. Supported File Formats | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud is a REST API To create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example....docx" }, { "fileFormat" : "Microsoft..."Image files" , "extension" : ".jpg" }, { "fileFormat" : "Image files"...

    docs.groupdocs.cloud/signature/supported-file-f...
  6. Image Viewer - Adjust image size | Documentation

    Image Viewer allows you To set cusTom output image size in pixels through Width and Height properties in ImageOptions. Keep in mind that aspect ratio is auTomatically applied when you set Width or Height only. This example demonstrates how To set output image size 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....docx" }, "ViewFormat": "JPG", "RenderOptions":...'SampleFiles/sample.docx' }, 'ViewFormat': 'JPG', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  7. Extract PowerPoint Images | PPTX Image Extracto...

    How To extract and download images from PowerPoint presentations using .NET Cloud SDK. AuTomate PPT and PPTX image extraction with REST API. PPT To Jpg...supports including ( PDF , Excel , DOCX etc.), it is also a powerful...saving? Images can be saved as JPG, PNG, BMP, or GIF depending on...

    blog.groupdocs.cloud/parser/extract-images-from...
  8. Python Display JSON Data in HTML Page | HTML Re...

    Generate dynamic Python reports with JSON data using GroupDocs.Assembly Cloud API. Display JSON data on HTML pages with charts, tables, and more for engaging content. A step-by-step guide with samples....the following template in TXT, DOCX, or the required format to iterate...you may find helpful: Convert JPG to Word in Python Convert MPP...

    blog.groupdocs.cloud/assembly/display-json-data...
  9. Java 将 HTML 转换为 Word DOC 或 DOCX

    了解如何使用 GroupDocs.Conversion Cloud REST API 以编程方式在 Java 中快速高效地将 HTML 转换为 Word(DOC、Docx)。...Java 中以编程方式将 HTML 转换为 Word(DOC、DOCX)。 HTML ,或超文本标记语言,是一种用于创建和构建网页的标准标记语言。另一方面,...Java 中以编程方式将 HTML 转换为 Word(DOC、DOCX)的综合指南。 本文应涵盖以下主题: Java HTML...

    blog.groupdocs.cloud/zh/conversion/convert-html...
  10. 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....Requested conversion format: HTML, JPG, PNG or PDF Required. File binary...configuration ); var format = "jpg" ; var request = new ConvertAndDownloadRe...

    docs.groupdocs.cloud/viewer/convert-and-download/