Dear GroupDocs Customers,
We are pleased to announce the release of GroupDocs.Parser for .NET version 26.6. This update improves the performance of the GetFileInfo method and introduces TFM-split packaging for the GroupDocs.Parser NuGet package.
Key Improvements
○ Optimize GetFileInfo method (issue PARSERNET-2875).
○ Implement TFM-Split Packaging for GroupDocs.Parser NuGet (issue PARSERNET-2880).
Major Improvements and Fixes
○ Optimize GetFileInfo method — increases the performance of the static GetFileInfo method. No public API changes.
○ Implement TFM-Split Packaging for GroupDocs.Parser NuGet — splits the single NuGet package into several smaller packages, each containing a build for a specific platform. The main package can still be installed as before; the appropriate platform-specific package is selected automatically. No public API changes.
The following example demonstrates how to get file info:
FileInfo fileInfo = Parser.GetFileInfo("C:\\MyDocuments\\MyFile.pdf");
Reference Links
○ Release notes: GroupDocs.Parser for .NET 26.6 Release Notes
○ Updated GitHub examples: GitHub - groupdocs-parser/GroupDocs.Parser-for-.NET: GroupDocs.Parser for .NET examples, plugins and showcase projects · GitHub
○ NuGet package for .NET projects: NuGet Gallery | GroupDocs.Parser 26.7.0
We welcome your feedback. Please direct any questions or feature requests to our support team.
Sincerely,
The GroupDocs Team