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

doc to png

(0.07 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. 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/
  5. 使用 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...
  6. S3 access in hosted mode without key - Free Sup...

    A question: if I run the conversion cloud product self-hosted as a Docker container in my AWS account, it’s my preference To grant access To the container in question To access the S3 buckets via ecs metadata, rather tha…...png (20.3 KB) Trying to convert via...described in the self hosting docs. Hosting environment: Production...

    forum.groupdocs.cloud/t/s3-access-in-hosted-mod...
  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. Get attachments | Documentation

    GroupDocs.Viewer Cloud API enables you To To retrieve a list of Document attachments from your emails, Outlook data files, archives and PDF Documents. Following example demonstrates on how To get all attachments from MSG file. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input Document inTo cloud sTorage Render Document or get Document info Download rendered Document from sTorage Steps 1 and 3 are sTorage operations, please refer To this File API Documentation for usage details....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...{ "name" : "attachment-image.png" , "path" : "viewer/with_att...

    docs.groupdocs.cloud/viewer/get-attachments/
  10. 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/