Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 237 for

doc to png

(0.04 sec)
  1. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...conversion format: HTML, JPG, PNG or PDF Required. File binary...

    docs.groupdocs.cloud/viewer/convert-and-download/
  2. Supported Document Formats | Documentation

    GroupDocs.Comparison Cloud API supports following Document formats: CAD Formats Format File Extension Compare MicroStation Design File (V7) .DGN ✔ AuTodesk Design Web Format .DWF ✔ AuToCAD Drawing .DWG ✔ AuToCAD Drawing Interchange .DXF ✔ Industry Foundation Classes .IFC ✔ Stereo Lithography .STL ✔ Diagram Formats Format File Extension Compare Microsoft Visio 2010 Web Drawing .VDW ✔ Microsoft Visio 2003-2010 XML Drawing .VDX ✔ Microsoft Visio 2003-2010 Drawing .VSD ✔ Microsoft Visio Macro-Enabled Drawing ....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...✔ Portable Network Graphics (PNG) . ✔ PostScript (PS) . ✔ Adobe...

    docs.groupdocs.cloud/comparison/supported-docum...
  3. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you To rotate individual pages when viewing Documents in HTML/PDF/JPG/Png formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs To rotate page on 90-degree clockwise; On180Degree - instructs To rotate page on 180-degree clockwise; On270Degree - instructs To rotate page on 270-degree clockwise; The following code snippet shows how To rotate output pages when viewing a Document as PDF...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  4. 在 Java 中将 PDF 转换为 TIFF - 分步指南。

    了解如何使用 REST API 在 Java 中以编程方式将 PDF 转换为 TIFF 文件。本指南提供示例代码和分步说明。...PPTX 使用 Java 将 PDF 文件转换为 PNG 并将 PNG 转换为 PDF 格式 如何使用 Java 将 PowerPoint...than 50 [file formats]( https://docs.groupdocs.cloud/conversion/...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  5. 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...supported when rendering into PNG or JPG formats. PdfDocumentOptions...

    docs.groupdocs.cloud/viewer/renderoptions/
  6. 使用 Ruby 将 Excel 电子表格转换为 PDF

    您可以使用 GroupDocs.Conversion Cloud API 轻松将 Excel XLSX 文件转换为 PDF。本教程介绍如何使用 Ruby 将 Excel 电子表格转换为 PDF...API还支持Word、Excel、PowerPoint, PDF、HTML、JPG、PNG、CAD等50多种文档的转换。 REST API 还为 Cloud...false @convertOptions.display_doc_title = true @convertOptions...

    blog.groupdocs.cloud/zh/conversion/convert-exce...
  7. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the Document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...watermark_images \\ sample_watermark.png " } } }" Response { "downloadUrl"...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  8. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the Document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios To use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...watermark_images \\ sample_watermark.png ", " StorageName ": "" } } }"...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  9. Search Watermarks | Documentation

    This REST API allows finding watermarks in the Document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the Document, located in the sTorage Required FileInfo....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...watermark_images \\ sample_watermark.png " } } }" Response { "watermarks"...

    docs.groupdocs.cloud/watermark/search-watermarks/
  10. Working with Stamp Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To put Stamp Signature on supported file format. It provides methods To create Stamp Signature in Document Pages with different options To add image as stamp, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Stamp Signature To Document You can create Stamp Signature on Document provided by fileName and Document folder (if required) using following API....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...cloud/v1/signature/01_pages.png/stamp?folder=storage' \ -- header...

    docs.groupdocs.cloud/signature/working-with-sta...