Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 239 for

doc to png

(0.07 sec)
  1. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want To add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you To get the text contained in a source Document with coordinates. Following code sample shows how To retrieve and print out text (lines / words / characters) of each Document page with coordinates....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'SampleFiles/sample.docx' }, 'ViewFormat': 'PNG', 'RenderOptions': { 'ExtractText':...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  2. 使用 REST API 在 Java 中將 Word 文檔轉換為 PDF

    使用我們的高性能文件轉換 API 快速轉換文檔格式。讓我們看看如何使用 REST API 在 Java 中將 Word 文檔轉換為 PDF。...DOCX to PDF Java庫安裝 # 為了將 Word DOC 轉換為 PDF,我將使用 GroupDocs.Conversion...# 本節介紹如何使用下面列出的步驟以編程方式將 Word DOC 文件轉換為 PDF 文件: 首先,創建 ConvertApi...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  3. PDF & Office Java Document Viewer Module for DN...

    GroupDocs released a module which allows DNN developers To integrate its downloadable Java Document viewer inTo their DNN websites.... Added image to PNG rendering. Improved support for...Library and Cloud App Improved DOC/DOCX comparison. Improved detection...

    blog.groupdocs.cloud/annotation/focus-groupdocs...
  4. Document Merger Online | Free GroupDocs Apps

    Free online file merger. Merge files To single file. 100% free online Document merger....Comma Separated Values File DOC Merger Microsoft Word Document...Merger JPEG Image File Merge PNG Files Portable Network Graphic...

    products.groupdocs.app/merger/total
  5. 使用 REST API 在 Java 中将 Word 文档转换为 PDF

    使用我们的高性能文件转换 API 快速转换文档格式。让我们看看如何使用 REST API 在 Java 中将 Word 文档转换为 PDF。...DOCX to PDF Java库安装 # 为了将 Word DOC 转换为 PDF,我将使用 GroupDocs.Conversion...# 本节介绍如何使用下面列出的步骤以编程方式将 Word DOC 文件转换为 PDF 文件: 首先,创建 ConvertApi...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  6. 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": "....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."formats" : [ { "extension" : ".doc" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/annotation/get-supported-f...
  7. Combine VSDX Online | Free GroupDocs Apps

    Free online VSDX merger. Combine VSDX To single file. 100% free online VSDX merger....Comma Separated Values File DOC Merger Microsoft Word Document...Merge JPEG Files JPEG Image File PNG Merger Portable Network Graphic...

    products.groupdocs.app/merger/vsdx
  8. 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": "....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Format" }, { "extension" : ".doc" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/comparison/get-supported-f...
  9. How to Merge Multiple MS Word Documents in cURL...

    Hey, I am trying To use cURL api in postman but it is not working. Each time I send request To server using Json format it says file not found. image.Png (7.6 KB) I have internal sTorage in dashboard. STorage name is…...png (7.6 KB) I have internal storage...name is - eSign and then I have docs file there. Can anyone please...

    forum.groupdocs.cloud/t/how-to-merge-multiple-m...
  10. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all Document formats. Each option may correspond To one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "STorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows To set rendering format, available values are: HTML, JPG, Png, PDF....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...available values are: HTML, JPG, PNG, PDF. Default value is “HTML”...

    docs.groupdocs.cloud/viewer/viewoptions/