Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 817 for

email to image

(2.56 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 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...
  2. Save document | GroupDocs

    This article demonstrates how To save edited text documents, spreadsheets and presentations with GroupDocs.EdiTor for Java 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/java/save-document/
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...Microsoft Office files and images directly in a web-browser,...the signature and send it via email. It takes only seconds to sign...

    blog.groupdocs.com/groupdocs.blog/page/98/
  4. Save a modified file to the original source | G...

    This article shows how To save the modified content To the underlying source in Java.... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  5. Generate document preview | GroupDocs

    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. Generate document preview | GroupDocs

    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...
  7. 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...
  8. 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...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...HowNow Knowledge, Document and Email Management system which is sold...spreadsheets, presentations, ebooks, emails, markup documents, notes, archives...

    blog.groupdocs.com/groupdocs.blog/page/37/
  10. Convert HTML to TXT using Python

    Let's convert HTML To TXT using Python with clean extraction. Easily export HTML To TXT in Python To capture readable text for indexing, logs, and lightweight sTorage....readable content without markup, images, or complex layout. Using a...pipelines that ingest CMS pages, emails, or rendered templates and...

    kb.groupdocs.com/conversion/python/convert-html...