Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 635 for

email to image

(0.04 sec)
  1. Working with metadata in GIF images | Documenta...

    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....formats / Images / Working with metadata in GIF images Working...Working with metadata in GIF images Leave feedback Detecting the GIF...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Remove page redactions | Documentation

    This article shows that how To remove pages with sensitive data from your PDF, presentation and spreadsheet documents....) and multi-frame images. Remove page range In the example...Remove frame from image In case of a multi-frame image you might need...

    docs.groupdocs.com/redaction/python-net/remove-...
  3. Working with metadata in GIF images | Documenta...

    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 getGifImageType method To obtain file format information advanced_usage.managing_metadata_for_specific_formats.Image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....formats / Images / Working with metadata in GIF images Working...Working with metadata in GIF images Leave feedback Detecting the GIF...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Annotate Word DOC DOCX files in Java | Add or R...

    Add or remove annotations from Word DOC/DOCX files in Java. Add arrow, rectangle, ellipse, watermark annotations using document Annotation API....never-ending discussions within emails threads. In this article, you...presentations, images, PDF files, webpages, email messages, Visio...

    blog.groupdocs.com/annotation/annotate-word-doc...
  5. Generate document preview | Documentation

    This article shows you how To view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails, Images and more with our free online....it can be useful to generate image previews for a document the...demonstrates how to generate image previews for certain document...

    docs.groupdocs.com/metadata/net/generate-docume...
  6. Find and Replace Words in Word Documents using ...

    Find, replace, or hide text, words, phrases in Word DOC/DOCX files using C#. Redact and perform text, case-sensitive & RegEx search with .NET Redaction API....the private information like email IDs or Social Security Numbers...annotation, spreadsheet, and images redaction features. The supported...

    blog.groupdocs.com/redaction/find-and-replace-t...
  7. Save document | Documentation

    This article demonstrates how To save edited text documents, spreadsheets and presentations with GroupDocs.EdiTor for .NET API....pages of the document, inserts images, makes some edits, removes...resources like stylesheet(s) and/or image(s) are located in some specific...

    docs.groupdocs.com/editor/net/save-document/
  8. Getting Document Information | Documentation

    Learn how To retrieve document metadata such as file type, page count, size, and other properties with GroupDocs.Conversion for Python via .NET.... Example 5: Get Image Info You can find which file...documentation section. get_image_info.py from groupdocs.conversion...

    docs.groupdocs.com/conversion/python-net/develo...
  9. 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…...gives me that position 898: image.png (23.3 KB) If I’d copy&paste...can see this exactly matches: image.png (27.2 KB) But there are...

    forum.groupdocs.com/t/highlight-text-upon-conve...
  10. Generate document preview | Documentation

    You are welcome To view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails, Images and more....it can be useful to generate image previews for a document the...demonstrates how to generate image previews for certain document...

    docs.groupdocs.com/metadata/java/generate-docum...