Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 12,397 for

format

(0.2 sec)
  1. Extract metadata from Emails | GroupDocs

    Extract metadata from emails by using GetMetaData method....Extract data from various formats / Extract data from Emails...Console . WriteLine ( string . Format ( "{0}: {1}" , item . Name...

    docs.groupdocs.com/parser/net/extract-metadata-...
  2. How to add attachment to PDF document | GroupDocs

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your .NET applications....appears on device screen and no formatting will be lost. Another valuable...known feature, is that PDF format provides an easy way to organize...

    docs.groupdocs.com/merger/net/how-to-add-attach...
  3. Announcing box.com Integration with GroupDocs' ...

    Good news from GroupDocs to all box.com users. We’ve integrated box.com with GroupDocs. Now, you can access all your box.com files and folders from within your GroupDocs account. Use your box.com documents with GroupDocs’ document management apps suite to take your document management experience to new heights. [caption id=“attachment_1130” align=“alignnone” width=“600” caption=“Announcing box.com integration with GroupDocs’ document management apps suite”] [/caption] Integration is super simple. Simply use the Box.com button in the Integration area of the My Account page and log in to box....great quality; multiple file-format support enables you to use...business as well as common file formats quickly and easily. GroupDocs...

    blog.groupdocs.com/viewer/announcing-box-com-in...
  4. Extract metadata from Emails | GroupDocs

    To extract metadata from emails getMetadata method is used. This method allows to extract the following metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of document metadata objects; Iterate through the collection and get metadata names and values....Extract data from various formats / Extract data from Emails.... out . println ( String . format ( "%s: %s" , item . getName...

    docs.groupdocs.com/parser/java/extract-metadata...
  5. Custom text extractors | GroupDocs

    GroupDocs.Search for Node.js supports indexing of many document Formats. But there is also the possibility to implement support for any Format other than the existing ones....indexing of many document formats. But there is also the possibility...to implement support for any format other than the existing ones...

    docs.groupdocs.com/search/nodejs-java/custom-te...
  6. 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....Managing metadata for specific formats / Documents / Working with...metadata in ProjectManagement formats Working with metadata in ProjectManagement...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. How to Run Examples | GroupDocs

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Parser examples, by building your own or using our back-end examples out-of-the-box....extraction isn't supported for this format" ) if __name__ == "__main__"...

    docs.groupdocs.com/parser/python-net/how-to-run...
  8. How to Convert Outlook Email to Word in C#

    This tutorial provides all the necessary procedures to convert Outlook email to Word in C# and a sample working application for C# Email to Word conversion....disk for transforming to Word format Create and set convert options...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Render EML as HTML using Java

    In this discussion, we'll demonstrate how to render EML as HTML using Java without need for additional software. Also, we'll supply Java code for rendering EML to HTML....messages, serve as a standard format in electronic communication...

    kb.groupdocs.com/viewer/java/render-eml-as-html...
  10. How to Render PDF as PNG using Java

    Within this article, you'll discover how to render PDF as PNG using Java. By following our detailed instructions, you can seamlessly convert PDF to PNG....is a widely accepted image format that effectively maintains...

    kb.groupdocs.com/viewer/java/how-to-render-pdf-...