Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 1,973 for

bmp

(0.17 sec)
  1. 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 Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....bmp" , "fileFormat" : "Image files"...

    docs.groupdocs.cloud/comparison/get-supported-f...
  2. Convert Text Files to PDF using File Conversion...

    Convert text to pdf file in high quality using our advanced conversion API. Let's learn how to convert text files to PDF using file conversion API in Python...to Convert PDF to JPG, PNG, BMP, TIFF Image Formats How to Convert...

    blog.groupdocs.cloud/conversion/convert-text-fi...
  3. 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 Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....bmp" , "fileFormat" : "Image files"...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  4. Convert TIFF to PDF in Java

    Learn how to convert TIFF to PDF in Java programmatically. Get accurate and high-quality conversions with customizable settings and secure data handling....DOCX, XLSX, PPTX, JPG, PNG, BMP, and many more. See Also # If...

    blog.groupdocs.cloud/conversion/tiff-file-to-pd...
  5. 用于保护文档的水印云 API 和 SDK %%sep%% GroupDocs

    使用 .NET 或 Java SDK 通过 REST API 对文档添加水印。特点包括;添加图像或文本水印,删除、替换或搜索水印。...、 POTX 、 POTM 、 PPT 、 PPS 图片 BMP 、 GIF 、JPG / [JPEG][5]) / JPE、...

    blog.groupdocs.cloud/zh/watermark/watermark-clo...
  6. Convert HTML to PNG Image in Java - HTML to PNG...

    Easily convert HTML documents to high-quality images using Java Cloud SDK. This article is about how to convert HTML to PNG image in Java programmatically....Cloud REST API such as JPG, PNG, BMP, TIFF, and more. See Also # If...

    blog.groupdocs.cloud/conversion/convert-html-to...
  7. 在 C# 中使用 REST API 编辑 PDF 文件的元数据

    使用适用于 .NET 的元数据操作 Cloud SDK 在 C# 中使用云上的 REST API 以编程方式编辑 PDF 文件的元数据...oject、音频、视频、AutoCAD、存档、JPEG、BMP、PNG 和 TIFF 执行此类操作。它还为 Cloud API...

    blog.groupdocs.cloud/zh/metadata/edit-metadata-...
  8. 在 Ruby 中使用 REST API 将 TXT 文件转换为 PDF

    在线文档转换器允许您将 TXT 高质量地转换为 PDF。本文介绍如何在 Ruby 中使用 REST API 将 TXT 文件转换为 PDF。...也可以看看 # 如何将 PDF 转换为 JPG、PNG、BMP、TIFF 图像格式 如何在 Ruby 中使用 REST API...

    blog.groupdocs.cloud/zh/conversion/convert-txt-...
  9. Generate Document Pages Preview | Documentation

    This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password. The following properties of preview may be customized:...Format Image format - JPG, PNG, BMP The default value is JPG OutputPath...

    docs.groupdocs.cloud/merger/generate-document-p...
  10. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, Bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....: [{ options }] } png, gif, bmp, ico Properties Description format...

    docs.groupdocs.cloud/conversion/convertoptions/