Re: [Swftools-common] Text selection fails

2009-12-08 Thread Atul Kulkarni
On Mon, 07 Dec 2009 03:08:14 +0530, Matthias Kramm matth...@scribd.com wrote: Try pdf2swf -f -T9 file.pdf -o file.swf Atul K. On Tue, Dec 01, 2009 at 02:05:25PM -0600, Sean Laurent s...@studyblue.com wrote: I'm using pdf2swf 0.9.0 and I can successfully convert and display a large variety

Re: [Swftools-common] Text selection fails

2009-12-07 Thread Matthias Kramm
On Mon, Dec 07, 2009 at 11:44:26AM +0530, Rahul Mahurkar rahulmahur...@gmail.com wrote: But, I'm facing a bit weird problem. I'm able to highlighted text most of the times but sometimes few characters just refuse to get highlighted. I use: pdf2swf -f -T9 file.pdf -o out.swf Is anyone

Re: [Swftools-common] Text selection fails

2009-12-07 Thread Sean Laurent
Thanks. That solved my first problem. Now text selection works in that I can call setSelected() and getSelectedText() returns the selection as expected. Woo woo! Unfortunately, highlighting is not working. I can select text just fine, but the expected border doesn't appear around the selected

[Swftools-common] Text selection fails

2009-12-01 Thread Sean Laurent
I'm using pdf2swf 0.9.0 and I can successfully convert and display a large variety of PDFs. However, I can't seem to select any text: ---snip--- var clip:MovieClip = ldr.content as MovieClip; clip.textSnapshot.setSelected(10, 20, true); trace(selectedText: +