Re: [iText-questions] dynamically adding annotations and its replies

2010-10-19 Thread ashish
Thank you, I hope I find something there. -- View this message in context: http://itext-general.2136553.n4.nabble.com/dynamically-adding-annotations-and-its-replies-tp2999674p3001693.html Sent from the iText - General mailing list archive at Nabble.com. ---

Re: [iText-questions] dynamically adding annotations and its replies

2010-10-18 Thread 1T3XT info
On 19/10/2010 6:28, ashish wrote: > > Thank you Mark for your reply. > > But my problem is not creating a annotation, my problem is "how to inject > the replies in it". > Say i have annotation which says "This needs reply", and now someone else > has added a reply to it. > And now i want that reply

Re: [iText-questions] dynamically adding annotations and its replies

2010-10-18 Thread ashish
Thank you Mark for your reply. But my problem is not creating a annotation, my problem is "how to inject the replies in it". Say i have annotation which says "This needs reply", and now someone else has added a reply to it. And now i want that reply to be added in the annotation using itext. Th

Re: [iText-questions] dynamically adding annotations and its replies

2010-10-18 Thread Mark Storer
aimer; Disclaimer DisCard = null; > -Original Message- > From: ashish [mailto:sog...@gmail.com] > Sent: Sunday, October 17, 2010 10:22 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] dynamically adding annotations and > its replies > > &

Re: [iText-questions] dynamically adding annotations and its replies

2010-10-18 Thread ashish
annotation = PdfAnnotation.createText(writer, new Rectangle(llx, lly, llx+20, lly+20), user.getDisplayableName(), StringUtils.deleteHTMLTags(map.get(key

[iText-questions] dynamically adding annotations and its replies

2010-10-17 Thread ashish
Hi, I have portal which uploads various documents and coverts it to pdf and swf formats. PDF files are used for download as PDF and SWFs are used for viewing the same document in flash player on portal itself. Now I also have given a facility to annotate on that swf (annotations are actually plac