Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 2,430 for

email

(1.14 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. 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...
  3. Analizuj i wyodrębniaj wartości pól formularzy ...

    Analizuj formularze PDF do wypełnienia i wyodrębniaj wartości pól formularzy z dokumentów PDF w języku C# przy użyciu interfejsu API analizy i ekstrakcji danych .NET firmy GroupDocs....Text); } } COMPANY: GroupDocs EMAIL: everything@groupdocs.com COUNTRY:...

    blog.groupdocs.com/pl/parser/parse-and-extract-...
  4. GroupDocs.Metadata Overview | Documentation

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the file format....electronic business cards, saved emails, etc Was this page helpful...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  5. Converti EML in HTML utilizzando C#

    Converti in modo efficiente EML in HTML utilizzando C# senza installare strumenti aggiuntivi. Migliora l'elaborazione dei documenti nei progetti con questa guida su come esportare EML in HTML utilizzando C#....La conversione di file EML (Email Message Format) nel formato...

    kb.groupdocs.com/it/conversion/net/convert-eml-...
  6. Converti EML in HTML utilizzando Java

    Converti in modo efficiente EML in HTML utilizzando Java senza installare strumenti aggiuntivi. Migliora l'elaborazione dei documenti nei progetti con questa guida su come esportare EML in HTML utilizzando Java....La conversione dei file EML (Email Message Format) nel formato...

    kb.groupdocs.com/it/conversion/java/convert-eml...
  7. Hapus Metadata dari DOCX menggunakan Java

    Dalam tutorial ini, Anda akan mempelajari cara menghapus metadata dari DOCX menggunakan Java. Anda juga akan mendapatkan kode langsung untuk menunjukkan cara membersihkan metadata dari DOCX di Java....penulis (seperti nama, alamat email, dan organisasi), tanggal pembuatan...

    kb.groupdocs.com/id/redaction/java/remove-metad...
  8. Save in original format | GroupDocs

    This article demonstrates that how to save file in its original format with current date as a suffix...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/redaction/python-net/save-in...
  9. Ինչպես փոխարկել Outlook էլփոստը Word-ի Java-ում

    Այս հոդվածը ձեզ ուղղորդում է Outlook էլփոստը Word-ի Java-ի փոխարկելու գործընթացում և ստեղծում է Java Email-ի Word-ի ունակության օրինակելի կոդը՝ օգտագործելով API-ի մի քանի զանգեր:...քայլ առ քայլ հրահանգները Java Email-ի Word փոխակերպման համար հավելվածը...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  10. Konvertera EML till HTML med Java

    Konvertera effektivt EML till HTML med Java utan att installera extra verktyg. Förbättra dokumentbehandlingen i projekt med den här guiden om hur man exporterar EML till HTML med Java.... Att konvertera EML-filer (Email Message Format) till HTML -format...

    kb.groupdocs.com/sv/conversion/java/convert-eml...