Re: [iText-questions] embedded media issue

2011-10-07 Thread Manoj Karnavat
...only thing is why it doesn't work on DOWN, whereas it works on NORMAL... could this possibly be a bug in case of the screen annotation? On Fri, Oct 7, 2011 at 12:55 PM, Manoj Karnavat wrote: > oki hv a few doubts after some trial and error that i have done so > far... > > fi

Re: [iText-questions] embedded media issue

2011-10-07 Thread Manoj Karnavat
pd.put(PdfAnnotation.APPEARANCE_DOWN, ap); // this is not allowed pa.put(PdfName.AP, pd); writer.addAnnotation(pa); pls advise On Fri, Oct 7, 2011 at 11:49 AM, 1T3XT BVBA wrote: > On 6/10/2011 19:38, Manoj Karnavat wrote: > > I think I

Re: [iText-questions] embedded media issue

2011-10-06 Thread Manoj Karnavat
(); ap.setFontAndSize(bf, 10); ap.showText(contents.getContent()); ap.endText(); pa.setAppearance(PdfName.AS, ap); writer.addAnnotation(pa); thx in advance On Wed, Oct 5, 2011 at 5:12 PM, 1T3XT BVBA wrote: > On 5/10/2011 13:04, Manoj Karna

Re: [iText-questions] embedded media issue

2011-10-05 Thread Manoj Karnavat
, ???); pa.put(PdfName.MK, appear); writer.addAnnotation(pa); Thanks for the guidance On Wed, Oct 5, 2011 at 5:12 PM, 1T3XT BVBA wrote: > On 5/10/2011 13:04, Manoj Karnavat wrote: > > PdfDictionary appear = new PdfDictionary(); > > appear.put(

Re: [iText-questions] embedded media issue

2011-10-05 Thread Manoj Karnavat
appearance for this annotation, so Acrobat/Reader is > free to draw whatever it wants. If you want to draw something specific, > provide your own appearance. > > ISO 32000-1:2008, 12.5.6.18 > > From: Manoj Karnavat > Reply-To: Post here > Date: Tue, 4 Oct 2011 09:58:09 -07

[iText-questions] embedded media issue

2011-10-04 Thread Manoj Karnavat
Hi All, I have used the iText library to create a PDF with embedded media. This media (audio) is inserted over text i.e. text is displayed and on clicking that text, the corresp media is played. The issue is that when the media is played, the text under which it is embedded is blacked-out. If inte