Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 1,296 for

email conversion

(0.04 sec)
  1. Issue with Footnote Number is Resolved

    If you worked with earlier versions of the API, you are probably aware that there was issue in footnote number Conversion. A Word document with such footnotes was converted to PDF or any other supported file format successfully but the footnote number order was disturbed. There was one more issue reported in the forum. It was about converting a PowerPoint document with black SmartArt text to PDF. And the SmartArt text in the resultant document was changed to white text....issue in footnote number conversion. A Word document with such...else is fixed? Issue with conversion .docx (with table of content)...

    blog.groupdocs.com/conversion/issue-with-footno...
  2. Convert publisher formats | Documentation

    In this article, you will learn how to convert Publisher formats to other formats with GroupDocs.Conversion for .NET....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/convert/publi...
  3. Extract text from Emails | Documentation

    To extract a text from Emails getText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for Emails. Here are the steps to extract a text from an Email: Instantiate Parser object for the initial Email; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Conversion Product Solution GroupDocs...Extract data from Emails / Extract text from Emails Extract text from...

    docs.groupdocs.com/parser/java/extract-text-fro...
  4. Working with saved Emails | Documentation

    GroupDocs.Metadata for Java provides functionality that allows handling the most popular Email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many Email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the Email contents as plain text in MIME format, containing the Email header and body, including attachments in one or more of several formats....Conversion Product Solution GroupDocs...Working with saved Emails Working with saved Emails Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-s...
  5. Extract metadata from MSG using C#

    Let’s explore how to extract metadata from MSG using C#. We will also provide MSG metadata extraction C# code that is compatible with Windows, macOS, and Linux....Conversion Product Family GroupDocs...Microsoft Outlook, store individual email messages along with their associated...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  6. Convert publisher formats | Documentation

    In this article, you will learn how to convert Publisher formats to other formats with GroupDocs.Conversion for Java....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Java...

    docs.groupdocs.com/conversion/java/convert/publ...
  7. Search text in Emails | Documentation

    To search a keyword in Emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in the Email: Instantiate Parser object for the initial Email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the Email....Conversion Product Solution GroupDocs...from Emails / Search text in Emails Search text in Emails Leave...

    docs.groupdocs.com/parser/java/search-text-in-e...
  8. Extract text from Emails | Documentation

    Extract text from Emails using GetText method....Conversion Product Solution GroupDocs...Extract data from Emails / Extract text from Emails Extract text from...

    docs.groupdocs.com/parser/net/extract-text-from...
  9. Unable to set margins when converting .eml to ....

    I use the code below to convert .eml files to .pdf. However, setting the margins using options.setMarginBottom(12), options.setMarginTop(12), options.setMarginLeft(12), and options.setMarginRight(12) no long…...Conversion Product Family java jayleggett...error("Problems converting email due to: ",e); throw e; } import...

    forum.groupdocs.com/t/unable-to-set-margins-whe...
  10. Extract Images from MSG using C#

    Learn how to extract images from MSG using C#. This guide provides C# code to extract images from MSG files, making Email image extraction simple and efficient....Conversion Product Family GroupDocs...developers who need to work with email data, especially when dealing...

    kb.groupdocs.com/parser/net/extract-images-from...