Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 2,090 for

email

(0.03 sec)
  1. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET 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 DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Extract text from Microsoft Office Word documen...

    This article explains that how to extract text from Microsoft Office Word (.doc, .docx) documents...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/net/extract-text-from...
  3. Extract tables from document page | Documentation

    This article explains that how to extract tables from document page....DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/java/extract-tables-f...
  4. 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 et Email à l’aide de C#. Les archives...

    blog.groupdocs.com/fr/categories/groupdocs.pars...
  5. Marcatura AI: Proteggi i Documenti con Marcatur...

    Scopri come proteggere i documenti con marcature ad acqua potenziate da AI usando GroupDocs.Watermark. Impara a aggiungere, creare e personalizzare le marcature automaticamente per una maggiore sicurezza dei documenti e protezione dei contenuti....marcature di immagini Formati Email : MSG, EML per la sicurezza...Main() { string inputFilePath = "email.pdf" ; string outputFilePath...

    blog.groupdocs.com/it/watermark/ai-driven-dynam...
  6. Tambah atau Hapus Anotasi | Anotasi file PDF di...

    Tambahkan dan hapus anotasi secara terprogram dari file PDF di Java. Tambahkan panah, persegi panjang, elips, sorot, anotasi tanda air, dan lainnya menggunakan Java API....dan umpan balik dalam utas email yang panjang dengan banyak lampiran... presentasi, gambar, pesan email, gambar Visio, beberapa AutoCAD...

    blog.groupdocs.com/id/annotation/annotate-pdf-f...
  7. Hướng dẫn ký số Python: Ký số PDF, Word & Tài l...

    Hướng dẫn chi tiết bước-by-bước để tạo chữ ký điện tử an toàn trong tài liệu bằng Python và GroupDocs.Signature - hoàn hảo cho các nhà phát triển xây dựng ứng dụng ký tài liệu...com" # Email người ký ) options . reason...người ký "jonny@test.com" # Email người ký ) # Áp dụng chữ ký...

    blog.groupdocs.com/vi/signature/sign-documents-...
  8. Working with CAD metadata | Documentation

    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...
  9. Handling the ID3v1 tag | Documentation

    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...
  10. Working with metadata in PSD images | Documenta...

    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...