Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 2,430 for

email

(0.45 sec)
  1. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Phân loại tài liệu với IAB-2 & Phân loại tài li...

    Phân loại tài liệu bằng cách sử dụng C# trong các ứng dụng .NET. Phân loại các tài liệu PDF, Word và được bảo vệ bằng mật khẩu với IAB-2 & phân loại tài liệu....như Hóa đơn, CV, biểu mẫu, email, v.v. Sau đây là các bước để...

    blog.groupdocs.com/vi/classification/taxonomic-...
  4. GroupDocs.Parser Product Family on GroupDocs Bl...

    GroupDocs.Parser Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Parser Product Family on GroupDocs Blog | Document Automatio......Word, Excel, PowerPoint et Email en Java à l'aide de l'API...

    blog.groupdocs.com/fr/categories/groupdocs.pars...
  5. Working with EXIF metadata | GroupDocs

    Access, read, update, and remove EXIF metadata using GroupDocs.Metadata for Python via .NET....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/python-net/working-...
  6. Working with IPTC IIM metadata | GroupDocs

    This article shows how to access IPTC metadata in a file of any supported format....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-ip...
  7. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Ekstrak Teks dari Arsip ZIP/RAR menggunakan Gro...

    Panduan praktis yang menunjukkan cara mengekstrak teks dari arsip ZIP dan RAR menggunakan GroupDocs.Parser untuk .NET. Contoh kode langkah demi langkah, penanganan rekursif, dan praktik terbaik....dokumen hukum, atau ekspor email yang datang dalam bentuk file...

    blog.groupdocs.com/id/parser/extract-text-from-...
  9. Tangani Data XMP dan EXIF dari HEIF HEIC Images...

    Kelola data XMP dan EXIF dari gambar HEIF, HEIC di Java. Baca, perbarui, hapus data EXIF dan XMP menggunakan API manipulasi Metadata dalam aplikasi Java....spreadsheet, presentasi, pesan email, eBuku, gambar, gambar AutoCAD...

    blog.groupdocs.com/id/metadata/xmp-and-exif-dat...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-me...