Relative Content

Tag Archive for c#regexwpfparsingwordperfect

Issues Parsing Nested WordPerfect Forms with C# and WP_Reader

I’m working on a C# project that involves parsing WordPerfect documents to identify and process nested forms. The program is called WP_Mapper, and it uses the WP_Reader library to parse WordPerfect documents in the WP6x format. The goal is to create a dependency map of parent/child links between different forms. I’ve attached Git links to both my project and the WP_Reader project I am using.