Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 616 for

email to image

(0.03 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. Save document | Documentation

    This article demonstrates how To save edited text documents, spreadsheets and presentations with GroupDocs.EdiTor for .NET API....HTML markup with stylesheets, images, and maybe other resources...resources, like stylesheets, images, font files, audio files and...

    docs.groupdocs.com/editor/net/save-document/
  6. 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...
  7. 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...
  8. Getting Document Information | Documentation

    This article explains how To detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Java.... Image Files (JPG, PNG, TIFF, etc.) For images, details...download it. Email Messages (MSG, EML) For emails, metadata such...

    docs.groupdocs.com/conversion/java/get-document...
  9. Iterative Signing of PDF Documents - efficient ...

    Understand the concept of iterative signing for PDFs and how To implement it using a product API. Maintain document integrity while enabling multiple approvals with digital certificates....can be as simple as a scanned image of a handwritten signature,...signatures, which are often just images or typed names, digital signatures...

    blog.groupdocs.com/signature/iterative-digital-...
  10. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how To use Microsoft Azure Computer Vision API...usage / Using OCR to redact image documents / Use Microsoft Azure...Cognitive Services consider this image as wrong ({0})" , ex . ToString...

    docs.groupdocs.com/redaction/net/use-microsoft-...