Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 2,685 for

email

(0.15 sec)
  1. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. 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....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Extracting Common Image Information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); 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); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/extracting-comm...
  4. HTML | GroupDocs

    This article explains that how to extract HTML formatted text from document page in Java....DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/java/html/
  5. GroupDocs.Parser for .NET

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....PowerPoint, Ebook, Markup และ Email โดยใช้ C# ฐานข้อมูล ถือว่าเ...

    blog.groupdocs.com/th/tag/groupdocs.parser-for-...
  6. Play and Pause Animated GIF and APNG Images usi...

    Programmatically render animated GIF and APNG images to HTML web page in C# with play and pause feature. Build your own animation viewer using .NET....spreadsheets, PDF, presentations, emails, ZIP archives, Visio and CAD...

    blog.groupdocs.com/viewer/play-pause-animated-g...
  7. GroupDocs.Editor for .NET 26.6 – 2026年6月发布

    GroupDocs.Editor for .NET 26.6 引入了新的电子表格编辑选项、程序集大小缩减以及关键错误修复 — 现已在 NuGet 上提供。...EDITORNET-3061 错误 修复创建和编辑空 Email 文档时的异常 EDITORNET-3062 错误 在 ...

    blog.groupdocs.com/zh/editor/groupdocs-editor-f...
  8. GroupDocs.Editor for .NET 26.6 – 2026年6月 發行

    GroupDocs.Editor for .NET 26.6 引入全新試算表編輯選項、組件大小縮減以及關鍵錯誤修復 — 現已在 NuGet 上提供。...EDITORNET-3061 錯誤 修正建立與編輯空的 Email 文件時的例外狀況 EDITORNET-3062 錯誤 在...

    blog.groupdocs.com/zh-hant/editor/groupdocs-edi...
  9. GroupDocs.Metadata Overview | Documentation

    The metadata is a data which shows information about other data. It should not be considered as the content of the data. Various types of metadata are existed such as, descriptive, structural, administrative, reference, statistical and legal metadata....electronic business cards, saved emails, etc Was this page helpful...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  10. Πώς να μετατρέψετε MSG σε JPG χρησιμοποιώντας C#

    Σε αυτό το άρθρο, θα μάθετε πώς να μετατρέπετε MSG σε JPG χρησιμοποιώντας C# χωρίς να εγκαταστήσετε λογισμικό τρίτων. Επίσης, θα παρέχουμε κώδικα για την εξαγωγή MSG σε JPG σε C#....φορτώσετε το αρχείο εισόδου email δημιουργώντας ένα αντικείμενο...

    kb.groupdocs.com/el/conversion/net/how-to-conve...