Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 2,067 for

email

(0.19 sec)
  1. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/python-net/clean-me...
  2. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/load-a-password...
  3. Hapus Metadata dari XLSX menggunakan C#

    Pelajari cara cepat menghapus metadata dari XLSX menggunakan C#. Selain itu, Anda akan menemukan cuplikan kode yang menunjukkan proses cara menghapus metadata dari XLSX di C#....didistribusikan, terutama melalui email atau platform online lainnya...

    kb.groupdocs.com/id/metadata/net/remove-metadat...
  4. วิธีแปลง PPT เป็น PPTX โดยใช้ C#

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

    kb.groupdocs.com/th/conversion/net/how-to-conve...
  5. วิธีแปลงอีเมล Outlook เป็น Word ใน C#

    บทช่วยสอนนี้มีขั้นตอนที่จำเป็นทั้งหมดในการแปลงอีเมล Outlook เป็น Word ใน C# และตัวอย่างแอปพลิเคชันการทำงานสำหรับการแปลง C# Email เป็น Word...ปลงเอกสารเพื่อแปลง Outlook Email เป็น Docx ใน C# และพัฒนาตัวอย่าง...

    kb.groupdocs.com/th/conversion/net/how-to-conve...
  6. Πώς να μετατρέψετε EML σε MSG σε C#

    Ας εξοικειωθούμε με τη ροή εργασιών για τη μετατροπή EML σε MSG σε C# και ας μάθουμε πώς να χρησιμοποιήσετε αυτόν τον οδηγό για να δημιουργήσετε την εφαρμογή C# convert EML σε MSG....κώδικα για τη μετατροπή εγγράφων email από τη μια μορφή στην άλλη....

    kb.groupdocs.com/el/conversion/net/how-to-conve...
  7. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents. By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....Presentation, Spreadsheets, Emails and Plain Text documents. By...

    docs.groupdocs.com/assembly/net/use-of-in-line-...
  8. 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....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Extracting common image information | Documenta...

    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 getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } 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/java/extracting-com...
  10. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/handling-mpeg-a...