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

email

(0.04 sec)
  1. Working with metadata in Note formats | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note document....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Xóa siêu dữ liệu khỏi DOCX bằng Java

    Trong hướng dẫn này, bạn sẽ tìm hiểu cách xóa siêu dữ liệu khỏi DOCX bằng Java. Bạn cũng sẽ nhận được mã đơn giản để chỉ cho bạn cách xóa siêu dữ liệu khỏi DOCX trong Java....(chẳng hạn như tên, địa chỉ email và tổ chức), ngày tạo và sửa...

    kb.groupdocs.com/vi/redaction/java/remove-metad...
  3. GroupDocs.Parser Product Family

    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#. ZIP-архіви...

    blog.groupdocs.com/uk/categories/groupdocs.pars...
  4. Cách chuyển đổi MSG sang MHTML bằng Java

    Hãy cùng tìm hiểu cách chuyển đổi MSG sang MHTML bằng Java mà không cần cài đặt thêm bất kỳ phần mềm nào. Ngoài ra, chúng tôi sẽ cung cấp ví dụ về mã để xuất MSG sang MHTML bằng Java....thể xử lý thành thạo nội dung email của mình ở định dạng MHTML được...

    kb.groupdocs.com/vi/conversion/java/how-to-conv...
  5. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...PowerPoint, Ebook, Markup และ Email โดยใช้ C# เมื่อมีการอัปเดตเอกสารเก่า...

    blog.groupdocs.com/th/groupdocs.blog/page/23/
  6. GroupDocs.Conversion for .NET 26.3 – 2026年3月发布

    GroupDocs.Conversion for .NET 26.3 增强了格式支持,修复了关键错误,并引入了 iCalendar 转换、改进的字体处理以及 PDF/A 合规性。... Improved Email & Messaging Conversion: 修复了...

    blog.groupdocs.com/zh/conversion/groupdocs-conv...
  7. eSign document with QR-code signature | GroupDocs

    This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API....to a website or application, emails, or phone numbers, product...

    docs.groupdocs.com/signature/java/esign-documen...
  8. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-z...
  10. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

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