Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 3,021 for

image annotation

(0.77 sec)
  1. Working with worksheet backgrounds | GroupDocs

    Extract, remove, and watermark worksheet backgrounds using Python via .NET....Annotation Product Solution GroupDocs...details for each background image. import groupdocs.watermark...

    docs.groupdocs.com/watermark/python-net/working...
  2. How to Compare Images in C#

    Do you want to perform Image comparison easily, then review the guide to compare Images in C# and learn how to create the Image comparison in C# functionality?...Annotation Product Family GroupDocs...Product Family How to Compare Images in C# In this how-to article...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  3. Convert word processing documents | GroupDocs

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for Java....Annotation Product Solution GroupDocs...another format like PDF, HTML, or image for easier mailing, printing...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  4. Supported File Formats | GroupDocs

    GroupDocs.Signature for Python via .NET supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more formats....Annotation Product Solution GroupDocs...Description Barcode Digital FormField Image Metadata QR‑code Stamp Text...

    docs.groupdocs.com/signature/python-net/support...
  5. Working with slide backgrounds | GroupDocs

    Extract, remove, and watermark slide background Images using Python via .NET....Annotation Product Solution GroupDocs...watermark to all background images. Extracting information about...

    docs.groupdocs.com/watermark/python-net/working...
  6. GroupDocs.Signature Product Family on GroupDocs...

    GroupDocs.Signature Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Signature Product Family on GroupDocs Blog | Document Aut......Documents with Python: Stamp, Image & Form Field Digital Signatures...Python - learn stamp-based, image-based, and form field signature...

    blog.groupdocs.com/categories/groupdocs.signatu...
  7. GroupDocs.Metadata Overview | Documentation

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and edit metadata associated with various document, Image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the file format....Annotation Product Solution GroupDocs...associated with various document, image, audio, video and many other...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  8. Update watermarks | GroupDocs

    This article shows how to update existing text or Image watermarks....Annotation Product Solution GroupDocs...document for any existing text or image watermarks. These can be watermarks...

    docs.groupdocs.com/watermark/net/basic-usage/up...
  9. How to merge TIF images using java | GroupDocs

    Learn how to merge TIF Image files, combine TIF Image files into one file programmatically in java language using GroupDocs.Merger for Java library....Annotation Product Solution GroupDocs...merge TIF images using java How to merge TIF images using java...

    docs.groupdocs.com/merger/java/getting-started/...
  10. 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....Annotation Product Solution GroupDocs...how to remove the background image of a particular slide calling...

    docs.groupdocs.com/watermark/java/working-with-...