[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Swftools-common] swfstrings extract ? symbol
From: |
Matthias Kramm |
Subject: |
Re: [Swftools-common] swfstrings extract ? symbol |
Date: |
Fri, 8 Dec 2006 20:40:11 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Hi Juan,
> I have a slide <font face="Courier New, Courier, monospace">kk1.pdf</font>
> with:<br>
> pdf2swf -p 1 kk1.pdf -o kk1.swf<br>
> <br>
> </font>I transform to .swf format (<font
> face="Courier New, Courier, monospace"><a class="moz-txt-link-freetext"
> href="http://www.dlsi.ua.es/~juanra/tmp/kk1.swf">http://www.dlsi.ua.es/~juanra/tmp/kk1.swf</a></font>).
> If I want to extract the strings the result are:<br>
> -----------------------------------------------------------------------------------------------<br>
> #< ><br>
> ????????<br>
> ?<br>
> ?<br>
> #< ><br>
> ???????<br>
> ???????????????????????????????<br>
> ???????????????????????????????????<br>
> ????????????????????#< ><br>
> <br>
> ?????????????????????????????????????????????????????????????????????????????????????????<br>
> -----------------------------------------------------------------------------------------------<br>
Try
swfdump -t
instead, that sometimes works better.
Greetings
Matthias