fixed bug in jpeg2000 decoding
[swftools.git] / src / swfstrings.1
1 .TH swfstrings "1" "August 2009" "swfstrings" "swftools"
2 .SH NAME
3 swfstrings - Extracts strings from SWF files.
4
5 .SH Synopsis
6 .B swfstrings [options] file.swf
7
8 .SH DESCRIPTION
9 This tool extracts strings from SWF files. It parses SWF font records
10 and text records and prints unicode-encoded characters to stdout.
11
12 .SH OPTIONS
13 .TP
14 \fB\-f\fR, \fB\-\-fonts\fR 
15     Print out font information for each text block
16 .TP
17 \fB\-x\fR, \fB\-\-xpos\fR \fIx\fR
18     Set bounding box x coordinate
19 .TP
20 \fB\-y\fR, \fB\-\-ypos\fR \fIy\fR
21     Set bounding box y coordinate
22 .TP
23 \fB\-W\fR, \fB\-\-width\fR \fIwidth\fR
24     Set bounding box width
25 .TP
26 \fB\-H\fR, \fB\-\-height\fR \fIheight\fR
27     Set bounding box height
28 .TP
29 \fB\-V\fR, \fB\-\-version\fR 
30     Print version information and exit
31 .SH AUTHORS
32
33 Rainer Böhme <rfxswf@reflex-studio.de>
34 .TP
35 Matthias Kramm <kramm@quiss.org>