Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 11 for

bmp to tif

(0.04 sec)
  1. ZIP to PDF conversion returns 504 gateway timeo...

    Hello, i am using conversion nodejs sdk for convert zip To pdf. I’ve uploaded a zip file To internal sTorage however i am not able To convert the zip To pdf it return exception 504 gateway timeout. zip file contains cad …...following document formats: BMP CSV DOC DOCM DOCX DOT DOTM DOTX...PSD RTF TIF TIFF TXT XLS XLS2003 XLSB XLSM XLSX XPS BMP ✔ ✔ ✔ ✔...

    forum.groupdocs.cloud/t/zip-to-pdf-conversion-r...
  2. Combine to JPG Online | Free GroupDocs Apps

    Combine files of different formats To a single JPG document....XML Paper Specification File BMP Merger Bitmap Image File Merge...Files Graphical Interchange File TIF Merger Tagged Image File Merge...

    products.groupdocs.app/merger/jpg
  3. Combine to PNG Online | Free GroupDocs Apps

    Combine files of different formats To a single PNG document....XML Paper Specification File BMP Merger Bitmap Image File Merge...Files Graphical Interchange File TIF Merger Tagged Image File Merge...

    products.groupdocs.app/merger/png
  4. Combine Excel to PDF Online | Free GroupDocs Apps

    Combine Excel files and merge To a single PDF document....Merger Plain Text File Merge BMP to PDF Bitmap Image File JPG...PDF Graphical Interchange File TIF to PDF Merger Tagged Image File...

    products.groupdocs.app/merger/excel-to-pdf
  5. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion Tools To convert files from 65+ 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.conversion 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/conversion/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response [ { "sourceFormat": "doc", "targetFormats": [ "ods", "xls", "xlsx", "xlsm", "xlsb", "csv", "xls2003", "xltx", "xltm", "tsv", "Tiff", "Tif", "jpeg", "jpg", "png", "gif", "Bmp", "ico", "psd", "svg", "webp", "jp2", "pdf", "epub", "xps", "ppt", "pps", "pptx", "ppsx", "odp", "otp", "potx", "potm", "pptm", "ppsm", "doc", "docm", "docx", "dot", "dotm", "dotx", "rtf", "txt", "odt", "ott", "html" ] }, ...."tiff" , "tif" , "jpeg" , "jpg" , "png" , "gif" , "bmp" , "ico"..."tiff" , "tif" , "jpeg" , "jpg" , "png" , "gif" , "bmp" , "ico"...

    docs.groupdocs.cloud/conversion/get-supported-f...
  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": "....tif" , "fileFormat" : "Image files"...files" }, { "extension" : ".bmp" , "fileFormat" : "Image files"...

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

    Free online file merger. Merge files To single file. 100% free online document merger....XML Paper Specification File BMP Merger Bitmap Image File Merge...Graphical Interchange File Merge TIF Files Tagged Image File TIFF...

    products.groupdocs.app/merger/total
  8. Combine VSDX Online | Free GroupDocs Apps

    Free online VSDX merger. Combine VSDX To single file. 100% free online VSDX merger....Paper Specification File Merge BMP Files Bitmap Image File JPG Merger...Files Graphical Interchange File TIF Merger Tagged Image File Merge...

    products.groupdocs.app/merger/vsdx
  9. Combine PDF Online | Free GroupDocs Apps

    Free online PDF merger. Combine PDF To single file. 100% free online PDF merger....Paper Specification File Merge BMP Files Bitmap Image File JPG Merger...Files Graphical Interchange File TIF Merger Tagged Image File Merge...

    products.groupdocs.app/merger/pdf
  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..."watermarkOptions" : [{ options }] } tiff, tif Properties Description format...

    docs.groupdocs.cloud/conversion/convertoptions/