[iText-questions] Inserting text and reading aloud

2006-06-05 Thread Carl Wallace
I need to add some text information to the top of some documents and have that information read aloud in Acrobat. I have been using the following code: PdfContentByte over=stamper.getOverContent(1); over.beginText(); over.setFontAndSize(BaseFont.createFont(BaseFont.HELVETICA, BaseFont.WINANSI,

[iText-questions] Accessibility question

2006-05-30 Thread Carl Wallace
I am trying to add metadata info to existing PDF files and make sure those files pass the Acrobat accessibility checker. Is there a way in iText to add a "language specification" to the document? In Acrobat, this would be set under Document Properties, but I would like to do it automatically.