Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 2,452 for

email

(0.45 sec)
  1. Πώς να μετατρέψετε MSG σε JPG χρησιμοποιώντας C#

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

    kb.groupdocs.com/el/conversion/net/how-to-conve...
  2. GroupDocs.Total for .NET | GroupDocs

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs.... presentations, PDF files, emails, images, and 3D models. You...

    docs.groupdocs.com/total/net/
  3. GroupDocs.Metadata Overview | GroupDocs

    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 Get started with GroupDocs...

    docs.groupdocs.com/metadata/java/product-overview/
  4. Working with metadata in JPEG2000 images | Grou...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Working with metadata in MOV files | GroupDocs

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. วิธีแปลงอีเมล Outlook เป็น HTML ใน C#

    บทความสั้นๆ นี้อธิบายขั้นตอนการแปลงอีเมล Outlook เป็น HTML ใน C# และเรียนรู้วิธีใช้คำแนะนำเหล่านี้เพื่อสร้างแอปพลิเคชันแปลง MSG เป็น HTML C#...อย่างโค้ดเพื่อแปลง Outlook Email เป็น HTML โดยใช้ C# ขั้นตอนในการแปลงอีเมล...

    kb.groupdocs.com/th/conversion/net/how-to-conve...
  7. Come convertire MSG in DOCX utilizzando Java

    Questa sezione ti insegnerà come convertire MSG in DOCX utilizzando Java senza la necessità di software di terze parti. Inoltre, forniremo il codice per esportare MSG in DOCX in Java....efficacemente il contenuto della tua email nel formato DOCX. Dopo aver...

    kb.groupdocs.com/it/conversion/java/how-to-conv...
  8. Outlook E-postasını C# ile Word'e Dönüştürme

    Bu öğretici, Outlook e-postasını C# dilinde Word'e dönüştürmek için gerekli tüm prosedürleri ve C# E-postadan Word'e dönüştürme için örnek bir çalışma uygulamasını sağlar.... Outlook Email’i C# dilinde Docx’e dönüştürmek...

    kb.groupdocs.com/tr/conversion/net/how-to-conve...
  9. Konvertieren Sie EML mit Java in HTML

    Konvertieren Sie EML mit Java effizient in HTML, ohne ein zusätzliches Tool zu installieren. Verbessern Sie die Dokumentverarbeitung in Projekten mit dieser Anleitung zum Exportieren von EML in HTML mit Java....Konvertieren von EML-Dateien (Email Message Format) in das HTML...

    kb.groupdocs.com/de/conversion/java/convert-eml...
  10. 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...