Browse our Products Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
Leverage the power of GroupDocs.Parser for .NET 24.2 (MSI) to parse documents from various formats effortlessly. This release introduces important features like URL-based file loading and optimized NuGet package management.
Effortlessly process documents hosted online by directly specifying their URLs and loading them into your .NET solutions with the latest parser API release. This sample code demonstrates how to load a file by URL in C#.
// Create an instance of Parser class with the url using (Parser parser = new Parser(url)) { // Extract a text into the reader using (TextReader reader = parser.GetText()) { // Print a text from the document // If text extraction isn't supported, a reader is null Console.WriteLine(reader == null ? "Text extraction isn't supported" : reader.ReadToEnd()); } }
Source*
GroupDocs.Parser for .NET 24.2 helps you streamline project setup in your text extraction solutions with dedicated NuGet packages for .NET Framework and .NET Standard.
Parser(Uri)
Parser(Uri, LoadOptions)
Parser(Uri, ParserSettings)
Parser(Uri, LoadOptions, ParserSettings)
LoadOptions(TimeSpan)
LoadOptions(FileFormat, string, Encoding, Encoding, TimeSpan)
Timeout
You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting GroupDocs.Parser for .NET 24.2 Release Notes.