Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 3,369 for

image annotation

(0.93 sec)
  1. GroupDocs.Watermark for Python via .NET Overvie...

    GroupDocs.Watermark for Python via .NET adds, searches, and removes text and Image watermarks across PDF, Word, Excel, PowerPoint, Visio, email, and Image formats — with format-specific placement, tiling, locking, and content-tree access — on-premise, with no Microsoft Office required....Annotation Product Solution GroupDocs...searches, and removes text and image watermarks across PDF, Word...

    docs.groupdocs.com/watermark/python-net/product...
  2. About Search Engines | GroupDocs

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones...Annotation Product Solution GroupDocs...text documents, sound files, images, and videos. Federated search...

    docs.groupdocs.com/search/net/about-search-engi...
  3. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) for the existing Excel spreadsheet in SVG format...Annotation Product Solution GroupDocs...viewed in any desktop or online image viewer as well in the browser...

    docs.groupdocs.com/editor/java/generating-works...
  4. Rasterize document or page | GroupDocs

    The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster Images with only one line of code....Annotation Product Solution GroupDocs...of a PDF document to raster images with only one line of code...

    docs.groupdocs.com/watermark/java/rasterize-doc...
  5. Ինչպես փոխարկել պատկերը PDF-ի C#-ով

    Հետևեք այս հիմնական ձեռնարկին, որպեսզի սովորեք, թե ինչպես փոխարկել պատկերը PDF-ի C#-ով: Դա քայլ առ քայլ հրահանգներ է օրինակելի կոդով պատկերը PDF-ի փոխարկելու համար՝ օգտագործելով C#:...Annotation Product Family GroupDocs...նախագիծը կարգավորելու և C# Image-ի PDF-ի փոխակերպման գործառույթն...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  6. Convert eBook formats | GroupDocs

    In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Java....Annotation Product Solution GroupDocs...types of content such as text, images, and video. Common eBook file...

    docs.groupdocs.com/conversion/java/convert/ebook/
  7. Introducing GroupDocs.Signature for Node.js | G...

    Introduction to GroupDocs.Signature for Node.js - what is it and why to use...Annotation Product Solution GroupDocs... barcodes, QR-codes, text, image, metadata, form fields and digital...

    docs.groupdocs.com/signature/nodejs-java/introd...
  8. How to Run Examples | GroupDocs

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end examples out-of-the-box....Annotation Product Solution GroupDocs...folders will look like following image: In extracted files and folders...

    docs.groupdocs.com/editor/net/how-to-run-examples/
  9. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF Image and extract some additional file format information. Load a GIF Image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Annotation Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Edit Markdown documents | GroupDocs

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for .NET....Annotation Product Solution GroupDocs...formatting, tables, lists, images and so on. There are actually...

    docs.groupdocs.com/editor/net/edit-markdown/