On Mon, Aug 30, 2010 at 12:25:30PM +0530, Sameer Atre
<[email protected]> wrote:
> 1. Took the page converted by the previous version and compared it with
> the newer one using /swfextract/ and then /swfdump/.
>
> 2. It seems that the older one used to store image content as a PNG
> while now the preferred choice is JPEG.
That's a bug. I just committed a fix to git. I'll also upload a snapshot
soon.
You can work around the problem by specifying a more aggressive jpeg
compression using -j:
pdf2swf -j 50 file.pdf -o file.swf
Matthias