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,
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.