Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 653 for

email to image

(0.03 sec)
  1. 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/net/remove-page-re...
  2. Working with IPTC IIM metadata | Documentation

    This article explains how To access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Node.js via Java provides the IIptc.getIptcPackage method....that can be applied to text, images, and other media types. The...standard is supported by many image creation and manipulation programs...

    docs.groupdocs.com/metadata/nodejs-java/working...
  3. Save a modified file to the original source | D...

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

    docs.groupdocs.com/metadata/net/save-a-modified...
  4. Save a modified file to a specified location | ...

    This article shows how To save a document To a specified location on a local disk... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/save-a-modified...
  5. Parse Documents to Extract Text and Metadata us...

    GroupDocs.Parser for Java API is in the market since last year and it is proved To be one of the powerful document parser APIs. It allows parsing and reading popular formats of word processing documents, spreadsheets, presentations, ebooks, Emails, markup documents, notes, archives, and databases. Not only the text but you can also extract the Images and metadata properties from various document formats including PDF, XLS, XLSX, CSV, DOC, DOCX, PPT, PPTX, MPP, EML, MSG, OST, PST, ONE, and many more....spreadsheets, presentations, ebooks, emails, markup documents, notes, archives...but you can also extract the images and metadata properties from...

    blog.groupdocs.com/parser/extract-text-and-meta...
  6. Question about big xlsx files (>1MB) after tile...

    Hey, I’ve noticed after full regression testing that big XLSX files could cause troubles during tile watermarking process. The whole Topic is about XLSX files from 1MB To 100MB in size. That’s the code snippet which we’…...TextWatermark(f'{USER_EMAIL}\n{FILE_ID}\n{DISCLAIMER}',...Background Image Another possibility is to set a background image instead...

    forum.groupdocs.com/t/question-about-big-xlsx-f...
  7. 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...
  8. 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-...
  9. 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/
  10. 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...