JPEXS Free Flash Decompiler Issue Tracker

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.

List of issuesList of issues

#1864 Is it possible to pass an xml or swf in stdin memory to ffdec to export pdf frame?
Author: user nissanjp
Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: Commandline
State: closed Help

Is it possible to pass an xml or swf in stdin memory to ffdec to export pdf frame?
admin
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
user
how to export pdf with this command?
admin
Or for PDF export: type input.swf|java -jar -format frame:pdf -export frame C:\out\ /dev/stdin
admin
For PDF export, SWF input is still needed, no XML.
admin
State: upgraded→closed