Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 2,389 for

email

(0.31 sec)
  1. Cách chuyển đổi MSG sang MHTML bằng C#

    Trong bài viết này, bạn sẽ tìm hiểu cách chuyển đổi MSG sang MHTML bằng C# mà không cần cài đặt phần mềm của bên thứ ba. Ngoài ra, chúng tôi sẽ cung cấp mã để xuất MSG sang MHTML trong C#....thể khéo léo quản lý nội dung email của mình ở định dạng MHTML được...

    kb.groupdocs.com/vi/conversion/net/how-to-conve...
  2. Extract text from Microsoft OneNote sections | ...

    This article explains that how to extract text from Microsoft OneNote sections presentations...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/net/extract-text-from...
  3. Traverse a whole metadata tree | GroupDocs

    This article explains that the GroupDocs.Metadata for Java represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  4. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/find-metadata-...
  5. Teks Dicoret di Dokumen di Java | C̶r̶o̶s̶s̶ o̶...

    Mari coret teks di dalam dokumen menggunakan Java. Otomatiskan pencoretan teks yang tidak valid menggunakan anotasi coret dengan Java API....dokumen PDF, halaman web, pesan email, dan banyak dokumen lainnya...

    blog.groupdocs.com/id/annotation/strikethrough-...
  6. Menggabungkan File PowerPoint Online | Penggabu...

    Menggabungkan dua atau lebih file presentasi PowerPoint secara online menjadi satu. Gabungkan semua slide atau gabungkan hanya slide tertentu dari beberapa file PPT/PPTX secara online & terprogram....membagikan tautan unduhan melalui email. Panduan untuk Pengembang: Menggabungkan...

    blog.groupdocs.com/id/merger/merge-powerpoint-p...
  7. 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, dan Email menggunakan C#. Arsip ZIP adalah...

    blog.groupdocs.com/id/categories/groupdocs.pars...
  8. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist....email\_subject = "Sing this!" envelope...GroupDocs::Signature::Recipient.new recipient.email = 'john@smith.com' recipient...

    blog.groupdocs.com/signature/working-with-group...
  9. 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...
  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...