|
Hello Sir, I am using the iText API to generate rtf Documents containing tables, images, links and annotations. I appreciate your efforts for developing such API, as there is not much work around for rtf format in Java. But I am facing one difficulty in using it. The problem is with annotations. I have tried to put annotations those refer to various applications. But they are not displayed in resulting rtf document at all. The code segment to add annotation I use is: - Annotation annot = new Annotation(1000f, 1000f, 1000f, 1000f, "C://SMARTDRV.EXE" , null, null, null); rtfDoc.add(annot); Is anything wrong with the way I have used Annotation class or is there any other way to add annotation to rtf document using iText? Please reply me as soon as possible as its very critical and urgent for me. Waiting for your quick reply. -Alpesh Pandya |
- Re: [iText-questions] Problem with annotations Anamika Bhavsar
