Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 41 for

bmp to svg

(0.08 sec)
  1. Document Processing REST APIs | GroupDocs Cloud

    Document Processing REST APIs | GroupDocs Cloud Recent content on Document Processing REST APIs | GroupDocs Cloud Extract Images from PowerPoint in C# .NET | PPTX Image ExtracTor API How To extract...... Convert SVG to JPG in C# .NET - Scalable...Vector Graphics Converter Convert SVG to JPG in C# .NET using GroupDocs...

    blog.groupdocs.cloud/index.xml
  2. GroupDocs Cloud Blog on Document Processing RES...

    GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Add Text Watermark To PDF in C# | I...... Convert SVG to JPG in C# .NET - Scalable...Vector Graphics Converter Convert SVG to JPG in C# .NET using GroupDocs...

    blog.groupdocs.cloud/groupdocs.cloud/index.xml
  3. GroupDocs Newsletter July 2017– Document Manipu...

    GroupDocs developer newsletter of July 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....comparing image formats (JPG, BMP and PNG), CAD files as well as...support for converting to XPS, SVG, OTP, WebP, ONE, OTS, EMF, DNG...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  4. 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" ] }, ...."png" , "gif" , "bmp" , "ico" , "psd" , "svg" , "webp" , "jp2"..."png" , "gif" , "bmp" , "ico" , "psd" , "svg" , "webp" , "jp2"...

    docs.groupdocs.cloud/conversion/get-supported-f...
  5. 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 ....Extension Compare Bitmap Picture (BMP) . ✔ Computer Graphics Metafile...✔ Scalable Vector Graphics (SVG) . ✔ Tagged Image File Format...

    docs.groupdocs.cloud/comparison/supported-docum...
  6. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...raster images (TIFF, JPEG, PNG, BMP, GIF). We’re excited to announce...combination of HTML, CSS and SVG, so that they are rendered as...

    blog.groupdocs.cloud/groupdocs.cloud/page/50/
  7. Archive

    archives...Nayyer Shahbaz · 4 min Convert SVG to JPG in C# .NET - Scalable...· 4 min Convert SVG to JPG in Node.js - SVG to JPG Converter...

    blog.groupdocs.cloud/archives/
  8. Supported Document Formats | Documentation

    All document and image formats supported by GroupDocs.Viewer Cloud V2....PDF Remarks Bitmap Picture (BMP) Computer Graphics Metafile Digital...(PSD) Scalable Vector Graphics (SVG) , Tagged Image File Format (TIFF)...

    docs.groupdocs.cloud/viewer/supported-document-...
  9. 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": "....bmp" , "fileFormat" : "Image files"...files" }, { "extension" : ".svg" , "fileFormat" : "Image files"...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  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 }] } svg, xps, cgm Properties Description...

    docs.groupdocs.cloud/conversion/convertoptions/