Shaosil / AFPParser

Parses IBM AFP files line by line
10 stars 7 forks source link

AFPParser

Parses IBM AFP files line by line

This project is my attempt to better understand the structure of AFP files.

There are well over 1,500 pages of documentation on how to decode sections and bytes of AFP located on their official site here, and I have included some of the most important ones in the project directory under ./Reference Manuals/.

Current Progress

The remaining steps are not necessarily listed in order of execution. I will most likely never implement typed properties for every single field, triplet, etc.

7/17/2017 - The project, as it stands, is nearing the end of its life on Github. I shall continue coding/supporting it, but have started transitioning it to my company's source control in TFS. As a result, proprietary namespacing and refactoring may take place, and that certainly cannot be committed to Github. If I have time, I will sync core functionality as I see fit.