swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Resising and reduce the resolution


From: Matthias Kramm
Subject: Re: [Swftools-common] Resising and reduce the resolution
Date: Thu, 19 Mar 2009 18:27:02 +0100
User-agent: Mutt/1.5.6i

On Wed, Mar 18, 2009 at 09:58:30AM -0300, Design Express <address@hidden> wrote:
> Please im trying to use yor tool and I need resize the format from my pdf
> file and reduce the image resolutio to a very low res.
> What can I do 
> Can you send to my the right line of comands.

Try something like
    pdf2swf -s subpixels=1 file.pdf -o file.swf
or even
    pdf2swf -s subpixels=0.5 file.pdf -o file.swf
.

> Im woorking wnhit a fles solution whith flash player 10 avm2, what can I do
> to convert the pdf to a native avm2 file whith txet serchable.

    pdf2swf -s flashversion=9 -f file.pdf -o file.swf

In total, you have:
    
    pdf2swf -s subpixels=1 -s flashversion=9 -f file.pdf -o file.swf

Greetings

Matthias






reply via email to

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