swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] [Bug] Scaling a SWF and using SWFRender


From: Matthew Richer
Subject: [Swftools-common] [Bug] Scaling a SWF and using SWFRender
Date: Fri, 18 Jan 2013 13:32:06 -0500

Hi all,

 

I think this is a bug (or I’m using the tools incorrectly).  But I take a PDF (any with regular/selectable text will do – i.e. non-images), use PDF2SWF, the scale it with swfcombine to say 80%, then use swfrender to output a png.  Turns out the text doesn’t seem to scale, just the images.  You’ll note when running the commands below that the scaled png has all the text offset.  Thoughts? Actual bug?  I stripped all the unnecessary command line fluff to boil it down to the simplest of examples.

 

 

pdf2swf "D:\Document1.pdf" -o "D:\Document1.swf"

swfcombine -d -z -s 80% "D:\Document1.swf" -o "D:\Document1_Scaled.swf"

 

swfrender "D:\Document1.swf" -o "D:\Document1.png"

swfrender "D:\Document1_Scaled.swf" -o "D:\Document1_Scaled.png"

 

 

Cheers!

 

Matt

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]