Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 705 for

pdf to doc

(0.14 sec)
  1. 使用 Java 将 PNG 转换为 PowerPoint - 分步指南。

    了解如何快速高效地将 PNG 图像转换为 PowerPoint 格式。按照我们的分步指南使用 GroupDocs.Conversion Cloud SDK for Java。...此 SDK 提供了 范围广泛 的文档转换选项,包括 PDFDOC、DOCX、XLSX、HTML、光栅图像等。对于需要将...Java 支持广泛的 文档格式 ,包括 PowerPoint, PDF、Word 和 Excel。 也可以看看 # 如果您想了解...

    blog.groupdocs.cloud/zh/conversion/convert-png-...
  2. Working with Verify Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To verify multiple signatures in a Document. For example, you can verify whether a Document contains Text and Barcode Signatures at same time. To verify list of signatures on Document (Cells, Images, Pdf, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...on document (Cells, Images, PDF, Slides or Words) Signature API...

    docs.groupdocs.cloud/signature/working-with-ver...
  3. Extract Images | Documentation

    This REST API provides the functionality To extract images from the Document. There are following ways To extract images from a Document: Extract all images from the whole Document; Extract images from specific Document pages by setting pages range. It saves extracted images To the sTorage so they can be easily downloaded. The API allows extracting images from containers like ZIP archives, Pdf portfolios, Email attachments, MS Outlook sTorages (PST/OST). For protected Documents, it is also required To provide a password....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...containers like ZIP archives, PDF portfolios, Email attachments...

    docs.groupdocs.cloud/parser/extract-images/
  4. Working with Search Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To search multiple signatures in a Document. For example, you can search whether a Document contains Text and Barcode Signatures at same time. To search list of signatures on Document (Cells, Images, Pdf, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...on document (Cells, Images, PDF, Slides or Words) Signature API...

    docs.groupdocs.cloud/signature/working-with-sea...
  5. Fetching file results | Documentation

    How To fetch the result from the GroupDocs.Rewriter Cloud queue....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."status" : 200 , "message" : "Pdf document paraphrased" , "url"...

    docs.groupdocs.cloud/rewriter/file/fetch/
  6. 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": "....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."formats" : [ { "extension" : ".pdf" , "fileFormat" : "Portable Document...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  7. 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...values are: HTML, JPG, PNG, PDF. Default value is “HTML”. FileInfo...

    docs.groupdocs.cloud/viewer/viewoptions/
  8. ViewResult | Documentation

    ViewResult data structure returned by Document View API working-with-viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "viewer/words/Docx/four-pages_Docx/p1.html", "downloadUrl": "https://api.groupDocs.cloud/v2.0/viewer/sTorage/file/viewer/words/Docx/four-pages_Docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/Docx/four-pages_Docx/p2.html", "downloadUrl": "https://api.groupDocs.cloud/v2.0/viewer/sTorage/file/viewer/words/Docx/four-pages_Docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/Docx/four-pages_Docx/p3.html", "downloadUrl": "https://api.groupDocs.cloud/v2.0/viewer/sTorage/file/viewer/words/Docx/four-pages_Docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/Docx/four-pages_Docx/p4.html", "downloadUrl": "https://api.groupDocs.cloud/v2.0/viewer/sTorage/file/viewer/words/Docx/four-pages_Docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description pages List of Document pages page....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...attachments file PDF file path. Returned instead of pages, if PDF view format...

    docs.groupdocs.cloud/viewer/viewresult/
  9. RenderOptions | Documentation

    RenderOptions data structure used as part of ViewOptions data structure. Note Not all options are supported by all Document formats. Each option may correspond To one or more formats. RenderOptions example { "StartPageNumber": 0, "CountPagesToRender": 0, "PagesToRender": [ 0 ], "PageRotations": [ { "PageNumber": 0, "RotationAngle": "On90Degree" } ], "DefaultFontName": "string", "DefaultEncoding": "string", "DetectEncoding": true, "RenderComments": true, "RenderNotes": true, "RenderHiddenPages": true, "SpreadsheeToptions": { "PaginateSheets": true, "CountRowsPerPage": 0, "CountColumnsPerPage": 0, "RenderGridLines": true, "RenderEmptyRows": true, "RenderEmptyColumns": true, "RenderHiddenRows": true, "RenderHiddenColumns": true, "RenderHeadings": true, "RenderPrintAreaOnly": true, "TexToverflowMode": "Overlay" }, "CadOptions": { "ScaleFacTor": 0, "Width": 0, "Height": 0, "Tiles": [ { "StartPointX": 0, "StartPointY": 0, "Width": 0, "Height": 0 } ], "RenderLayouts": true, "LayoutName": "string", "Layers": [ "string" ] }, "EmailOptions": { "PageSize": "Unspecified", "FieldLabels": [ { "Field": "string", "Label": "string" } ], "DateTimeFormat": "string", "TimeZoneOffset": "string" }, "ProjectManagemenToptions": { "PageSize": "Unspecified", "TimeUnit": "Unspecified", "StartDate": "2024-03-25T06:24:32....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...output page when rendering as PDF or image.Supported values {Unknown...

    docs.groupdocs.cloud/viewer/renderoptions/
  10. Documentation

    GroupDocs Cloud Documentation Homepage...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Documentation Powerful API to merge PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.cloud/