X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfstrings.1;h=979471393100b87962e999f796e6d87b054e0801;hp=0ab12a7bab5b1250e9d58060bd66ed58661f2656;hb=f29d8006b1d8253c50808d6eb4941bdeb808c601;hpb=fc554a43712b76d16b41ec77dd311b4a78b1ef6b diff --git a/src/swfstrings.1 b/src/swfstrings.1 index 0ab12a7..9794713 100644 --- a/src/swfstrings.1 +++ b/src/swfstrings.1 @@ -1,24 +1,35 @@ -.TH swfstrings "1" "October 2001" "swfstrings" "swftools" +.TH swfstrings "1" "August 2009" "swfstrings" "swftools" .SH NAME -swfstrings - a tool for extracting text out of swf files. +swfstrings - Extracts strings from SWF files. + .SH Synopsis -.B swfstrings -[\fIoptions\fR] [\fIfile.swf\fR] +.B swfstrings [options] file.swf + .SH DESCRIPTION -swfstrings extracts text out of DEFINETEXT tags of the .swf file. It also -displays the fonts being used. -.PP -SWF files are animation files which can be displayed in Web Browsers using -the Flash Plugin. +This tool extracts strings from SWF files. It parses SWF font records +and text records and prints unicode-encoded characters to stdout. + .SH OPTIONS .TP -\fB\-h\fR, \fB\-\-help\fR -Print short help message and exit -.\".TP -.\" \fB\-\-version\fR -.\" Print version info and exit - -.SH AUTHOR +\fB\-f\fR, \fB\-\-fonts\fR + Print out font information for each text block +.TP +\fB\-x\fR, \fB\-\-xpos\fR \fIx\fR + Set bounding box x coordinate +.TP +\fB\-y\fR, \fB\-\-ypos\fR \fIy\fR + Set bounding box y coordinate +.TP +\fB\-W\fR, \fB\-\-width\fR \fIwidth\fR + Set bounding box width +.TP +\fB\-H\fR, \fB\-\-height\fR \fIheight\fR + Set bounding box height +.TP +\fB\-V\fR, \fB\-\-version\fR + Print version information and exit +.SH AUTHORS Rainer Böhme - +.TP +Matthias Kramm