Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 1,704 for

image annotations

(0.06 sec)
  1. PDF Viewer Plugin for WordPress Officially Rele...

    Convert JPG to Editable PPT and PPT to JPG in Java... Option to zoom out large images only. GroupDocs.Viewer for...documents on Linux. GroupDocs.Annotation for .NET Library and Cloud...

    blog.groupdocs.cloud/viewer/groupdocs-viewer-ja...
  2. Free Online Document Manipulation Apps

    View, Convert, Assemble, Watermark, Compare and Search data from Microsoft Office, Visio, Project, OpenOffice, AutoCAD, PDL, 3D & Images....OpenOffice, AutoCAD, PDL, 3D & Images. GroupDocs.Total App Product...application for viewing, annotating, comparing, converting documents...

    products.groupdocs.app
  3. Free Online Document Manipulation Apps

    View, Convert, Assemble, Watermark, Compare and Search data from Microsoft Office, Visio, Project, OpenOffice, AutoCAD, PDL, 3D & Images....OpenOffice, AutoCAD, PDL, 3D & Images. GroupDocs.Total App Product...application for viewing, annotating, comparing, converting documents...

    products.groupdocs.app/
  4. Extract and Manipulate Metadata of Images using C#

    Programmatically Extract and Manipulate Metadata of Images using a REST API on the cloud in C# with Metadata Manipulation Cloud SDK for .NET...and Manipulate Metadata of Images using C# Facebook Twitter Linkedin...add, edit, remove or extract image details such as height, width...

    blog.groupdocs.cloud/2021/04/20/extract-and-man...
  5. Add Watermark to JPEG Online

    Insert watermark in JPEG. Apply text or Image watermarks with various settings. Protect and mark your JPEG with our tool....watermark to JPEG Add text or image stamp in JPEG online Powered...stamps to JPEG. Add text or image stamp to JPEG easily. You can...

    products.groupdocs.app/watermark/jpeg
  6. 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": "....Annotation Product Solution GroupDocs...50 file formats to HTML5 or Image formats for the whole document...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  7. RubyGems - groupdocs_annotation_cloud - Version...

    groupdocs_annotation_cloud 21.6 → 22.2 Sign up to get free protection for your applications and to get access to all ......groupdocs_annotation_cloud 21.6 → 22.2 Sign up to get free protection...+4 -4 data/lib/groupdocs_annotation_cloud/api/license_api.rb...

    my.diffend.io/gems/groupdocs_annotation_cloud/2...
  8. Convert PDF to JPEG, PNG, and GIF Images in Python

    Our PDF to Image converter API lets you quickly convert PDF to Image format. This article is about how to convert PDF to JPEG, PNG, and GIF Images in Python...Convert PDF to JPEG, PNG, and GIF Images in Python Facebook Twitter...Convert PDF to JPEG, PNG, and GIF Images in Python PDF or Portable Document...

    blog.groupdocs.cloud/2022/07/28/convert-pdf-to-...
  9. 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....Annotation Product Solution GroupDocs...Width of image after conversion height Height of image after conversion...

    docs.groupdocs.cloud/conversion/convertoptions/
  10. ImageOptions | Documentation

    ImageOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "Width": 0, "Height": 0, "ExtractText": false, "JpegQuality": 0, } ImageOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions Width Allows to specify output Image width. Specify Image width in case when you want to change output Image dimensions. When Width has value and Height value is 0 then Height value will be calculated to save Image proportions....Annotation Product Solution GroupDocs...to specify output image width. Specify image width in case when...

    docs.groupdocs.cloud/viewer/imageoptions/