Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 6,056 for

jpeg

(0.16 sec)
  1. 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" ] }, ...., "tsv" , "tiff" , "tif" , "jpeg" , "jpg" , "png" , "gif" , "bmp"..., "tsv" , "tiff" , "tif" , "jpeg" , "jpg" , "png" , "gif" , "bmp"...

    docs.groupdocs.cloud/conversion/get-supported-f...
  2. Overview | Documentation

    The GroupDocs.Annotation Cloud is a REST API and universal document annotator that supports almost all common business document and image file formats. It gives developers an API for creating advanced online document annotation tools. With GroupDocs.Annotation Cloud API developers can deliver advanced annotation features to their users quickly. It provides features for export/import annotations into/from files, additionally to possibility to save files in supported formats. Note GroupDocs.Annotation Cloud REST API supports following type of Annotations:...Photographic Experts Group (JPEG) Portable Network Graphics (PNG)...

    docs.groupdocs.cloud/annotation/overview/
  3. C#: Embed Webpage into PowerPoint | Insert a We...

    Learn how to convert HTML to PowerPoint presentations using C# with GroupDocs.Conversion Cloud SDK. Insert HTML in PowerPoint or Convert HTML to PPT in C#.... PDF , PPTX , XLSX , HTML , JPEG , PNG , and TIFF . Firstly,...

    blog.groupdocs.cloud/conversion/convert-html-to...
  4. Extract Images from HTML | HTML Image Extractor...

    How to extract images from HTML file using .NET REST API. Extract Base64, inline, embedded, and linked images from HTML using the best HTML image extractor...Supported Image Formats # JPG/JPEG PNG GIF BMP TIFF SVG Base64-encoded...

    blog.groupdocs.cloud/parser/extract-images-from...
  5. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud... JPG, also known as JPEG, is a compressed raster image...

    blog.groupdocs.cloud/groupdocs.cloud/page/24/
  6. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...drawings and raster images (TIFF, JPEG, PNG, BMP, GIF). We’re excited...

    blog.groupdocs.cloud/groupdocs.cloud/page/51/
  7. Overview | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify, search, update and delete different type of Signatures objects to documents in the cloud by performing a wide variety of signature options you can wish to put on a document in the cloud, verify document and search Signatures in it. Note Summary there are five types of supported Signature type you can operate with. Text Signature - simple text label with different appearance settings and ability to align the signature location on page area, set font and colors, same as put on any or all pages of a document Image Signature - image signature with amount of filters and appearance settings, like Opacity, gray scale filter, brightness, contracts etc Barcode Signature - put different Barcode encode types on Document pages with lot of additional settings, appearance options and alignment properties QR-Code Signature - put different QR-Code encode types on Document pages with a lot of additional settings, appearance options and alignment properties Digital Signature - put digital signatures like certificate files (PFX, CRT format) on Document or separate pages (for PDF only) with a lot of additional settings, appearance options and alignment properties Stamp Signature - put Stamp generated images on Document pages Our GroupDocs....Signature) to Image Document format (JPEG, PNG, BMP, GIF, multi frames...

    docs.groupdocs.cloud/signature/overview/
  8. Convert CSV to JSON | Export CSV to JSON in C# ...

    Learn how to convert CSV files to JSON format easily with our step-by-step guide. Export CSV to JSON with ease....NET Convert CSV to JPEG Using C# .NET Convert Markdown...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  9. Convert CSV to JSON and JSON to CSV in Python

    Our API helps you quickly convert popular data formats to the format you need. This article is about how to convert CSV to JSON and JSON to CSV in Python....Convert PowerPoint PPT/PPTX to JPG/JPEG Images in Python How to Extract...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  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...."watermarkOptions" : [{ options }] } jpg, jpeg, jp2 Properties Description...image quality when converting to Jpeg grayscale Convert to grayscale...

    docs.groupdocs.cloud/conversion/convertoptions/