Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 2,389 for

email

(0.35 sec)
  1. Handling the ID3v1 tag | GroupDocs

    This article explains how to handle ID3v1 tag....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/handling-the-i...
  2. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-c...
  3. 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 advanced_usage....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/java/extract-text-fro...
  5. Thực hiện tìm kiếm từ đồng nghĩa trong tài liệu...

    Mở khóa sức mạnh của tìm kiếm từ đồng nghĩa! Tìm hiểu cách tìm kiếm các từ thay thế trong tài liệu dựa trên văn bản trực tuyến và theo chương trình....bản trình bày, sách điện tử, email hay thậm chí trang web, công...

    blog.groupdocs.com/vi/search/online-synonym-sea...
  6. C# Regex - Pencarian di Dokumen menggunakan Eks...

    Buka kekuatan pencarian terprogram di C#! Pelajari cara mencari beberapa dokumen berbasis teks di seluruh folder dengan presisi menggunakan ekspresi reguler.... file Markup, eBuku, pesan email, dokumen One Note, dan arsip...

    blog.groupdocs.com/id/search/search-in-document...
  7. Konversi Presentasi ke PDF di Java | PPT, PPTX,...

    Secara terprogram mengonversi presentasi format MS PowerPoint dan Open Office Impress seperti ODP, PPT, PPTX ke PDF menggunakan API konversi Java....spreadsheet, gambar, halaman web, email, CAD, dan banyak format dokumen...

    blog.groupdocs.com/id/conversion/convert-presen...
  8. Chuyển đổi TXT sang MHTML bằng Node.js

    Bạn có thể dễ dàng chuyển đổi TXT sang MHTML bằng Node.js với thư viện chuyển đổi mạnh mẽ. Điều này cho phép bạn xuất TXT sang MHTML trong Node.js một cách nhanh chóng và đáng tin cậy....quan đến lưu trữ, xem trước email hoặc chia sẻ nội dung qua nền...

    kb.groupdocs.com/vi/conversion/nodejs/convert-t...
  9. JavaでOutlook電子メールをWordに変換する方法

    この記事では、Java で Outlook 電子メールを Word に変換するプロセスを順を追って説明し、いくつかの API 呼び出しを使用して Java 電子メールから Word 機能のサンプル コードを作成します。...さらに、環境を構成する方法に精通し、 Java Email から Word への変換用のアプリケーションを開発する...

    kb.groupdocs.com/ja/conversion/java/how-to-conv...
  10. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-m...