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

docx to jpg

(0.09 sec)
  1. 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...
  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. 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...
  4. 在 CSharp 中以编程方式将 Word DOC 转换为 PDF

    无需更改高质量格式即可快速将 Word 文档转换为 PDF 文件。本文介绍如何在 C# 中以编程方式将 Word 转换为 PDF。...Word 转换为 PDF][4] [使用高级选项在 C# 中将 DOCX 文件转换为 PDF][5] [如何在 C# 中将页面范围从...loud-data\input-sample-file.docx", FileMode.Open); // 创建文件上传请求...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  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. 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...
  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. Quick Start | Documentation

    GroupDocs.Viewer Cloud Quick Start...configuration ); var format = "jpg" ; var request = new ConvertAndDownloadRe...$configuration ); $format = "jpg" ; $path = __DIR__ . 'myfile...

    docs.groupdocs.cloud/viewer/quick-start/
  9. 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...
  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/