I am rendering a PDF using Apache Fop. I am making XSLT templates which I used to convert xml to PDF. I want to put annotation in the output PDF using Apache Fop. I have been searching and it says iText has support for adding annotation to pdf.
Is it possible to add annotation in Apache Fop?
iText DOES have support for adding annotations to PDF documents. We use that in our products. You can do the following:
I'm not sure though whether this is what you want. iText is no replacement for a GUI application.