Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 2,007 for

email

(0.06 sec)
  1. Parse Documents to Extract Text and Metadata us...

    GroupDocs.Parser for Java API is in the market since last year and it is proved to be one of the powerful document parser APIs. It allows parsing and reading popular formats of word processing documents, spreadsheets, presentations, ebooks, Emails, markup documents, notes, archives, and databases. Not only the text but you can also extract the images and metadata properties from various document formats including PDF, XLS, XLSX, CSV, DOC, DOCX, PPT, PPTX, MPP, EML, MSG, OST, PST, ONE, and many more....spreadsheets, presentations, ebooks, emails, markup documents, notes, archives...

    blog.groupdocs.com/parser/extract-text-and-meta...
  2. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  3. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  4. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  5. Extract data from HTML documents | Documentation

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/net/extract-data-from...
  6. Get supported file formats | Documentation

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#....DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/redaction/python-net/get-sup...
  7. Đếm từ và số lần xuất hiện của từng từ trong tà...

    Đếm số từ và số lần xuất hiện của chúng trong các tài liệu PDF, Word, Excel, PowerPoint và Email trong C# bằng cách sử dụng API phân tích cú pháp tài liệu .NET.... Sách điện tử, Đánh dấu và Email bằng C#. .NET API để đếm từ... bản trình bày, bảng tính, email, cơ sở dữ liệu, sách điện tử...

    blog.groupdocs.com/vi/parser/count-words-and-oc...
  8. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  9. Working with metadata in HEIF/HEIC images | Doc...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in HEIF/HEIC images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in HEIF/HEIC images. Please find appropriate code samples in the Working with EXIF Metadata section. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/save-a-modifie...