On Wed, Mar 18, 2009 at 09:58:30AM -0300, Design Express
<[email protected]> 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