If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.

#1864 Is it possible to pass an xml or swf in stdin memory to ffdec to export pdf frame?
Author:
nissanjp

Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: Commandline
State: closed 

Is it possible to pass an xml or swf in stdin memory to ffdec to export pdf frame?
In nightly 2169 you can pass special string "/dev/stdin" as an input filename to read data
from standard input.
It works on Windows too.
For example:
type input.xml|java -jar ffdec.jar -xml2swf /dev/stdin out.swf
State: new→upgraded
how to export pdf with this command?
Or for PDF export:
type input.swf|java -jar -format frame:pdf -export frame C:\out\ /dev/stdin
For PDF export, SWF input is still needed, no XML.
State: upgraded→closed