Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 808 for

pdf to png

(0.22 sec)
  1. Java 将 PPT 和 PPTX 转换为 HTML 文档。

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

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  2. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods To apply Text and Figure based annotations To documents & images of all popular formats. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".docx", "fileFormat": "Microsoft Word" }, { "extension": "....png" , "fileFormat" : "Image files"...files" }, { "extension" : ".pdf" , "fileFormat" : "Portable Document...

    docs.groupdocs.cloud/annotation/get-supported-f...
  3. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare Tools To compare source and destination files of supported formats To get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....pdf" , "fileFormat" : "Portable Document...files" }, { "extension" : ".png" , "fileFormat" : "Image files"...

    docs.groupdocs.cloud/comparison/get-supported-f...
  4. 使用 REST API 查找和替换文档中的水印

    使用适用于 .NET 的 Watermarking Cloud SDK 在 C# 中的云文档中使用 REST API 以编程方式查找和替换水印文本或图像...查找和替换文本水印 # 您可以按照以下简单步骤从 PDF 文档中查找和替换水印文本: 上传 the PDF document to the...来自上传的 PDF 文件 下载 the updated file 上传PDF文档 # 首先,将带有水印的PDF文档通过以下任一方式上传至云端:...

    blog.groupdocs.cloud/zh/watermark/find-and-repl...
  5. 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 Request curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....pdf" , "fileFormat" : "Portable Document...files" }, { "extension" : ".png" , "fileFormat" : "Image files"...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  6. 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....supports various image formats: PNG, GIF, TIFF, JPG. You may upload...FilePath ": " documents \\ sample.pdf ", " StorageName ": "" }, " WatermarkDetails...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  7. 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…...format=pdf&fromPage=1&pagesCount=0 Screenshot...PM.png (84.7 KB) Screenshot 2024-09-05 at 6.43.48 PM.png (84...

    forum.groupdocs.cloud/t/internal-error-exceptio...
  8. 用于保护文档的水印云 API 和 SDK %%sep%% GroupDocs

    使用 .NET 或 Java SDK 通过 REST API 对文档添加水印。特点包括;添加图像或文本水印,删除、替换或搜索水印。...png"); imageWatermarkOption.setImage(image);...apiInstance.add(request); C# 中的 PDF 文档去除水印 # 下面的代码片段展示了如何使用 [GroupDocs...

    blog.groupdocs.cloud/zh/watermark/watermark-clo...
  9. 用於保護文檔的水印雲 API 和 SDK %%sep%% GroupDocs

    使用 .NET 或 Java SDK 通過 REST API 對文檔添加水印。特點包括;添加圖像或文本水印,刪除、替換或搜索水印。...png"); imageWatermarkOption.setImage(image);...apiInstance.add(request); C# 中的 PDF 文檔去除水印 # 下面的代碼片段展示瞭如何使用 [GroupDocs...

    blog.groupdocs.cloud/zh-hant/watermark/watermar...
  10. 使用 Java 为图像添加水印 |文本或图像水印

    使用 Watermarking Cloud SDK for Java 在云上使用 REST API 以编程方式将文本或图像水印添加到 JPEG 图像。...它允许您以编程方式添加、删除、搜索和替换来自支持格式(如 PDF、Microsoft Word 和 Powerpoint)的图像和文档中的水印。目前,它还为...FileInfo 定义 ImageWatermarkOption 将 PNG 图像的文件路径设置为水印 定义水印位置 定义 WatermarkDetails...

    blog.groupdocs.cloud/zh/watermark/add-watermark...