fix crashes reported by Debian Cylab Mayhem Team
[swftools.git] / src / swfstrings.doc
blob5ee8cf8b6c9dd2be611efb29d89c800389d7c162
1 Usage: %s [options] file.swf
3 Extracts strings from SWF files.
5 This tool extracts strings from SWF files. It parses SWF font records
6 and text records and prints unicode-encoded characters to stdout.
8 -f --fonts
9     Print out font information for each text block
10 -x --xpos <x>
11     Set bounding box x coordinate
12 -y --ypos <y>
13     Set bounding box y coordinate
14 -W --width <width>
15     Set bounding box width
16 -H --height <height>
17     Set bounding box height
18 -V --version  
19     Print version information and exit
21 .SH AUTHORS
23 Rainer Böhme <rfxswf@reflex-studio.de>
24 .TP
25 Matthias Kramm <kramm@quiss.org>