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

#2569 Missing commas in text of converted pdf, and pdf file size is too large
Author:
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: PDF
State: opened Help

Missing commas in text of converted pdf, and pdf file size is too large How to improve? When copying from pdf, found missing some commas etc. due to font issue. command used: ffdec.bat -select 1 -format frame:pdf -export frame
Downloadframes.pdf (690 KiB)Download0002.swfmodified.swf (563 KiB)
Ad missing commas when copying - The text with commas has font which has the comma glyph mapped to one of "private use area" code points of the unicode. When copying the character, it is copied as the private use area unicode character, which displays as question marks when you paste it for example in notepad. I cannot fix this in FFDec as I don't know what character should be really mapped instead of the private use area character. If you know the targer character then it can be manually edited - for example with right click/Raw edit on the font but it will be pretty tedious work especially when you have more of such SWFs. Ad PDF size is too large - The resulting PDF contains all referenced fonts, and the fonts containing chinese(?) characters are huge as there are many glyphs. I can only do one thing with it - subset the font - to include only really used glyphs in that SWF/frame. Currently it exports whole fonts.
State: new→opened
Ok. Any swf2html function?