Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 3,047 for

image annotation

(2.3 sec)
  1. 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...
  2. How to Extract Images from Word Document in C#

    Easily extract Images from Word document in C# in just a few lines of code and learn how to write code to develop the application for C# Image extractor from Word....Annotation Product Family GroupDocs...Product Family How to Extract Images from Word Document in C# In...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  3. Export Annotations to TIFF Files

    This may be a big news for those who annotate TIFF documents, most of the time. Previously, there was issue with this format. API was throwing exception “Cannot open Image file”. But now you can: Import Annotations from TIFF file Delete Annotations from it Export Annotations into it Moreover, in trial mode you were not able to get document info. This issue is now resolved in GroupDocs.Annotation for .NET 19.6....be a big news for those who annotate TIFF documents, most of the...“Cannot open image file”. But now you can: Import annotations from TIFF...

    blog.groupdocs.com/annotation/export-annotation...
  4. Highlight text upon conversion to HTML in .NET ...

    Hi, I was wondering if there is any way to highlight certain words of document, when converting it to HTML with GroupDocs.Viewer. I tried using GroupDocs.Search after the conversion with GroupDocs.Viewer, but the resul…...Family dotnet , document-annotation , document-viewer , document-search...wanted to also give GroupDocs.Annotation a try, to highlight some...

    forum.groupdocs.com/t/highlight-text-upon-conve...
  5. Render DOCX to JPG using Node.js

    This topic explains how to render DOCX to JPG using Node.js with code example. There is no need to install any extra softwares to render DOCX to JPG in Node.js....Annotation Product Family GroupDocs...previewing, or sharing content as images, this solution eliminates the...

    kb.groupdocs.com/viewer/nodejs/render-docx-to-j...
  6. Adding watermark to images inside a document | ...

    This article will help, if you want to add watermark to Images inside a document then it can be possible using GroupDocs.Watermark for Java....Annotation Product Solution GroupDocs...watermarks to images / Adding watermark to images inside a document...

    docs.groupdocs.com/watermark/java/adding-waterm...
  7. Convert RTF to TIFF using Node.js

    Learn how to convert RTF to TIFF using Node.js with a simple step-by-step guide. Easily export RTF to TIFF in Node.js using a powerful document conversion library....Annotation Product Family GroupDocs...Text Format ( RTF ) files into image formats such as TIFF, which...

    kb.groupdocs.com/conversion/nodejs/convert-rtf-...
  8. Batch Watermarking with Duplicate-Safe Processi...

    Apply text and Image watermarks in bulk while ensuring safe re-run execution with GroupDocs.Watermark for .NET....Annotation Product Solution GroupDocs...BatchWatermarkDemo.csproj ├── images/ │ ├── 1-example-text.png │...

    docs.groupdocs.com/watermark/net/batch-watermar...
  9. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format....Annotation Product Solution GroupDocs...to the , EXIF (Exchangeable image file format) is a standard that...

    docs.groupdocs.com/metadata/net/working-with-ex...
  10. GroupDocs.Conversion for .NET

    Find answers about converting documents and Images of various types using .NET code on any platform....Annotation Product Family GroupDocs...to PDF in C# How to Convert Image to PDF in C# How to Convert...

    kb.groupdocs.com/conversion/net/page/8/