Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 1,443 for

pdf to jpg

(0.17 sec)
  1. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support To render over 50 file formats To HTML5 or Image formats for the whole document, page by page or cusTom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer 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/viewer/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_ToKEN" Windows PowerShell curl....pdf" , "fileFormat" : "Portable Document...files" }, { "extension" : ".jpg" , "fileFormat" : "Image files"...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  2. Signature Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Signature Options objects and object properties SignOptionsCollectionData Object Provides list of options for documents signing. Example SignOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "borderVisiblity": true, "borderDashStyle": "Solid", "borderWeight": 1.0, "opacity": 1.0, "text": "123456789012", "left": 10, "Top": 10, "width": 200, "height": 100, "locationMeasureType": "Pixels", "sizeMeasureType": "Pixels", "stretch": "PageHeight", "rotationAngle": 0, "horizontalAlignment": "Left", "verticalAlignment": "Center", "margin": { "all": 5, "left": 5, "Top": 5, "right": 5, "botTom": 5 }, "marginMeasureType": "Pixels", "signAllPages": false, "font": { "fontFamily": "Times New Roman", "fontSize": 14....pdf" , "left" : 10 , "top" : 10 ...object Provides options for Pdf Documents to add Text Signature...

    docs.groupdocs.cloud/signature/signature-option...
  3. Java 将 PPT 和 PPTX 转换为 HTML 文档。

    使用易于使用的 Cloud REST API 将 PowerPoint PPT 转换为 Java 中的 HTML。本文介绍如何使用 Java API 将 PowerPoint PPT 或 PPTX 转换为 HTML。...广泛的文件格式 ,不仅可以转换 PowerPoint,还可以转换 PDF、Word、Excel、HTML 页面、CAD 文件、光栅图像等。...Python 中将 PowerPoint PPT/PPTX 转换为 JPG/JPEG 图像 在 Python 中将 XML 转换为 CSV,将...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  4. Quick Start | Documentation

    Create an account Creating an account is very simple. Go To https://dashboard.groupdocs.cloud To create a free account. Create an API client app Before you can make any requests To GroupDocs Cloud API you need To get a Client Id and a Client Secret. This will will be used To invoke GroupDocs Cloud API. You can get it by creating a new Application. Install the SDK of your choice GroupDocs for Cloud SDK is written in different languages, all you need To get started is adding our SDK To your existing project....example demonstrating how to sign pdf document with digital signature... ImageFilePath = "signature.jpg" , CertificateFilePath = "temp...

    docs.groupdocs.cloud/signature/quick-start/
  5. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks To the document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, Jpg. You may upload the desired image To the STorage and then pass the path as a parameter of Watermark operation; There are many watermark positioning and transforming properties; There are format-specific options. These options allow To leverage specific format features and often allow To make watermarks stronger; For protected documents, it is required To provide the password....image formats: PNG, GIF, TIFF, JPG. You may upload the desired image..."FilePath": "documents/sample.pdf", "StorageName": "" }, "WatermarkDetails":...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  6. Python Bulk Find and Replace in Word Document -...

    Hi @tilal.ahmad hope you are doing great. Just wanted To reach out To you regarding one of the challenge I am facing . I was successful in converting Pdf To word using Group Docs. Now on the converted word doc I want To…...was successful in converting pdf to word using Group Docs. Now...Python Page formatting issue in PDF to Word Document Conversion tilal...

    forum.groupdocs.cloud/t/python-bulk-find-and-re...
  7. 用於保護文檔的水印雲 API 和 SDK %%sep%% GroupDocs

    使用 .NET 或 Java SDK 通過 REST API 對文檔添加水印。特點包括;添加圖像或文本水印,刪除、替換或搜索水印。...add(request); C# 中的 PDF 文檔去除水印 # 下面的代碼片段展示瞭如何使用 [GroupDocs...for .NET][13] 在 CSharp 中快速刪除 PDF 文檔中的任何水印。 // For complete examples...

    blog.groupdocs.cloud/zh-hant/watermark/watermar...
  8. Document Processing REST APIs | GroupDocs Cloud

    Document AuTomation APIs along with open-source SDKs To enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Conversion SDKS 和 REST API 的在线版本将 JPG 转换为 HTML。 让我们学习如何用 C# 组合 Word...Zip 或 RAR 转换为 PDF。该文件转换器提供丰富的转换方法来执行 RAR 到 PDF 的转换。 请按照本指南了解如何使用密码保护...

    blog.groupdocs.cloud/zh/page/13/
  9. 使用 Java 和 .NET 管理文档元数据 |元数据云API

    使用 REST API 以及适用于 Java 和 .NET 的开源元数据 SDK,在 Java 和 C# 中添加元数据、编辑、删除和提取来自 50 多种文件格式的元数据。...您可以对任何文字处理文档、电子表格、演示文稿、音频和视频文件、图像、PDF、电子书、绘图等文档执行操作。下面列出了 GroupDocs...消耗臭氧层物质、消耗臭氧层物质 便携式格式 PDF 电子书 EPUB 电子邮件 EML、味精 图像/绘图/AutoCAD JPG/JPEG/JPE...

    blog.groupdocs.cloud/zh/metadata/manipulate-met...
  10. HTML Viewer - Limit image size | Documentation

    GroupDocs.Viewer Cloud also provides the feature To set limits for width/height for the output image. Follow the below steps To achieve this functionality. If you want To render single image in Pdf/HTML you can set width/height for the output image. If you set ImageMaxWidth/ImageMaxHeight options, if the image exceeds one of these limits - it will be resized proportionally. The following code sample shows how To set the output image size limits when rendering the document....want to render single image in PDF/HTML you can set width/height..."FilePath": "SampleFiles/sample.jpg" }, "ViewFormat": "HTML", "RenderOptions":...

    docs.groupdocs.cloud/viewer/html-viewer-limit-i...