1 .TH swfstrings "1" "August 2009" "swfstrings" "swftools"
3 swfstrings - Extracts strings from SWF files.
6 .B swfstrings [options] file.swf
9 This tool extracts strings from SWF files. It parses SWF font records
10 and text records and prints unicode-encoded characters to stdout.
14 \fB\-f\fR, \fB\-\-fonts\fR
15 Print out font information for each text block
17 \fB\-x\fR, \fB\-\-xpos\fR \fIx\fR
18 Set bounding box x coordinate
20 \fB\-y\fR, \fB\-\-ypos\fR \fIy\fR
21 Set bounding box y coordinate
23 \fB\-W\fR, \fB\-\-width\fR \fIwidth\fR
24 Set bounding box width
26 \fB\-H\fR, \fB\-\-height\fR \fIheight\fR
27 Set bounding box height
29 \fB\-V\fR, \fB\-\-version\fR
30 Print version information and exit
33 Rainer Böhme <rfxswf@reflex-studio.de>
35 Matthias Kramm <kramm@quiss.org>