This topic describes how to use the GroupDocs.Viewer .net API (C#) to convert text files to HTML, PDF, PNG, and JPEG Formats....Viewer for .NET / Document rendering basics...stream = GetFileStream ( "markdown-file.md" ); //TODO: implement...
To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a text from the entire document or a text from the selected page.
Here are the steps to extract a text from Microsoft Office Excel spreadsheets:
Instantiate Parser object For the initial spreadsheet; 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....Excel spreadsheets as HTML, Markdown and formatted plain text....App Along with full featured .NET library we provide simple, but...
To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide.
Here are the steps to extract a text from Microsoft Office PowerPoint presentations:
Instantiate Parser object For the initial presentation; 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....PowerPoint presentations as HTML, Markdown and formatted plain text....App Along with full featured .NET library we provide simple, but...