swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Several questions, to Matthias


From: Matthias Kramm
Subject: Re: [Swftools-common] Several questions, to Matthias
Date: Wed, 1 Apr 2009 19:56:37 +0200
User-agent: Mutt/1.5.6i

On Wed, Apr 01, 2009 at 02:28:34PM -0300, Igor Costa <address@hidden> wrote:
> What version of pdf2swf I have to truely output swf9 format?

Not sure what you mean by "truly", but the following generates
swf9:
    pdf2swf -T9 file.pdf -o file.swf

> Than how can I reduce a widthxheight of pdf2swf? example I have a pdf page
> of 1024x768 and i want to reduce to thumbnail size like 120x120?

Use "-s zoom", e.g.
    pdf2swf -s zoom=8 file.pdf -o file.swf
.
With 8 = 72*120/1024

> How can I embed a font ?

Fonts are embedded automatically.

Matthias






reply via email to

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