INFO: Problems with AV false positives are fixed in 25.0.0, now we sign our code and also use MSI installer type.
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 issues#2567 Cannot export sprite pdf for below samples.
Author:
nissanjp
nissanjpDate created:
Type: question
Visibility: Everybody
Assigned to:
Labels: PDF
State: closed 

> What steps will reproduce the problem?
ffdec.bat -select 1 -format sprite:pdf -export sprite "\0002" "\0003.swf"
ffdec.bat -select 1 -format sprite:pdf -export sprite "\0002" "\0002.swfmodified.swf"
> What is the expected output? What do you see instead?
export pdf normally
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
all versions
Win11
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
attached
0002.swfmodified.swf (563 KiB)
0003.swf (571 KiB)1) You did not answer the question "What do you see instead?".
2) It's better to use forward slashes, java commandline does not like backslashes
sometimes
3) These commands export sprites (-format sprite:pdf -export sprite) but these SWFs do not
have any sprites to export. Everything is placed directly to frames. If you want to export
SWF frames to PDF, you need to use options:
-format frame:pdf -export frame
State: new→opened
Type: bug→question
Type: bug→question
Thank you, -format frame:pdf -export frame worked.
You're welcome.
State: opened→closed
