Hi,
Because we did not find any open implementation, we developed an API based on pdfbox and javacc to validate pdf/a documents. This software, called PADAF, is distributed under apache 2 licence. Current version can be found here : https://github.com/gba-awl/padaf And first lines of documentation, here : https://github.com/gba-awl/padaf/wiki This implementation is compliant with all the isartor test suite. To be able to pass all the tests, we had to make some modifications on pdfbox (mostly fontbox), and we did it on pdfbox 1.1.0. The patch is packaged with sources. Since that 'fork', most of the modifications were reported in the main project : Eric Leleu pushed our modifications on pdfbox jira. There is a little work to do change to pdfbox 1.4. Feel free to test and use it ! We are waiting for feedbacks. Guillaume Bailleul

