Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 2,797 for

image annotation

(0.11 sec)
  1. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Annotation Product Solution GroupDocs...Areas Extract Metadata Extract Images Extract Containers and Attachments...

    docs.groupdocs.com/parser/net/supported-documen...
  2. Generating Page Preview for WordProcessing Docu...

    Learn how to generate a preview for any page of an existing WordProcessing document in SVG format using GroupDocs.Editor for Node.js via Java....Annotation Product Solution GroupDocs...format supported by numerous image viewers and modern browsers...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  3. Convert a Document to Multiple Page Files | Gro...

    Learn how to convert a single multi-page document into individual page files in various formats using GroupDocs.Conversion for Python via .NET....Annotation Product Solution GroupDocs...presentation to a PNG image and save the output images to a specified...

    docs.groupdocs.com/conversion/python-net/develo...
  4. Remove page redactions | GroupDocs

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....Annotation Product Solution GroupDocs...Spreadsheets, etc.) and multi-frame images. Remove page range In the example...

    docs.groupdocs.com/redaction/net/remove-page-re...
  5. Add watermarks to PDF documents | GroupDocs

    Add watermarks to PDF pages, Images, and attachments using Python via .NET....Annotation Product Solution GroupDocs...a particular page or to all images/attachments on a page. Adding...

    docs.groupdocs.com/watermark/python-net/add-wat...
  6. Add watermarks to diagram documents | GroupDocs

    Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps....Annotation Product Solution GroupDocs...textWatermarkOptions ); // Initialize image watermark using ( ImageWatermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  7. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for Python via .NET. It means that you can embed PDF in websites or applications by using this .NET API...Annotation Product Solution GroupDocs...document Specify the JPEG image quality Set image size limits Optimize...

    docs.groupdocs.com/viewer/python-net/rendering-...
  8. GroupDocs.Viewer for Node.js via Java

    This API allows you to view and render any type of file format using Node.js on any platform....Annotation Product Family GroupDocs...js Render Word Document to Image using Node.js Render Word to...

    kb.groupdocs.com/viewer/nodejs/
  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. 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...