Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 9,573 for

image

(0.06 sec)
  1. GroupDocs.Search Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....What Is Reverse Image Search? Reverse image search is a technology...search for information using an image as the search query instead...

    blog.groupdocs.com/categories/groupdocs.search-...
  2. Manipulate Document's Password Using GroupDocs....

    Team GroupDocs is really glad to announce the release of version 17.04 of GroupDocs.Signature for .NET API. A number of new features have been introduced in this release. GroupDocs.Signature for .NET API now allows its users to manipulate a document’s password and implements various options in this regard. A user can now protect a signed document with a password, remove password from a protected document and change the password of a document etc....introduces some extended options for image signature appearance like specifying...and gamma filters etc to the image signature. Well, that’s not...

    blog.groupdocs.com/signature/manipulate-documen...
  3. Working with worksheet backgrounds | GroupDocs

    Extract, remove, and watermark worksheet backgrounds using Python via .NET....details for each background image. import groupdocs.watermark...: if worksheet . background_image is not None : print ( worksheet...

    docs.groupdocs.com/watermark/python-net/working...
  4. Convert DOCX to JPG using Python

    Discover how to convert DOCX to JPG using Python with clear steps and code example. Effortlessly export DOCX to JPG using Python for high-quality Image results....scenarios, such as generating image previews, embedding document...efficiently, maintaining control over image quality and output settings...

    kb.groupdocs.com/conversion/python/convert-docx...
  5. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Annotations(comments) Remarks Embedded images OCR Remove Page Saves the document...Microsoft PowerPoint template 0 The image file format was standardized...

    docs.groupdocs.com/redaction/java/supported-doc...
  6. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....; Text as image signatures with big scope of...look, colors, and extra image effects; Image signatures with options...

    docs.groupdocs.com/signature/java/features-over...
  7. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....how to remove the background image of a particular slide calling...watermark to all background Images Using GroupDocs.Watermark,...

    docs.groupdocs.com/watermark/java/working-with-...
  8. Convert to XPS, SVG and OTS formats with GroupD...

    We as GroupDocs team is excited to announce another monthly release of GroupDocs.Conversion for .NET v17.1.0. In this release new file format “XPS, SVG and OTS” are added in supported file format list. Monthly release of Document Conversion API is adding new features like " Metered licensing and conversion to gray-scale Image". Also introducing some improvements like “memory handling on save and Improved output file name if converting from/to page” along with other four fixes....and conversion to gray-scale image". Also introducing some improvements...Metered licensing and Gray-scale image conversion, along with Improvements...

    blog.groupdocs.com/conversion/convert-xps-svg-o...
  9. Convert SVG to PNG using Node.js - Vector Graph...

    Convert SVG vector graphics to PNG Images using Node.js. Rotate, flip, watermark, grayscale, and adjust brightness & gamma of converted PNG using Node.js API....API to Convert Images Convert SVG to PNG Image using Node.js Advanced...See Also When it comes to web images, PNG is a go-to format for...

    blog.groupdocs.com/conversion/convert-svg-to-pn...
  10. Convert PPTX To PNG With Python

    Learn how to Convert PPTX to PNG with Python and use Python code to transform PPTX into PNG Images efficiently with GroupDocs.Conversion....Converting presentation slides into image files is a frequent requirement...slides as high-quality PNG images using a specialized conversion...

    kb.groupdocs.com/conversion/python/convert-pptx...