Q:
You can use the current version of PDFNet (on all platforms) to implement the required accessibility feaures. Basically you would use ‘pdftron.PDF.TextExtractor’ (see http://www.pdftron.com/pdfnet/samplecode.html#TextExtract) to extract Unicode text in the reading order. This text can be used for ‘text to speech’ and other accessibility applications. Text can also be loaded in HTML view (e.g. UIWebView or equivalant) and font can be adjusted to match viewers preferences (i.e. with automatic reflow). All of this is available today with minimal programming to make it happen.
Having said this, we are also working on a more advanced reflow engine that will also preserve fonts, images, tables, and other content and will be better integrated with the base control. This functionality will be available latter this year.