On Wed, Jul 30, 2008 at 05:44:34PM +0000, gabriel troisgros <[EMAIL PROTECTED]> 
wrote:
> after installing [...]
> pdf2swf file.pdf -o destination.swf
>  
> it returns me a (logical) "command not found"...

Maybe /usr/local/bin/ isn't in your path?

Try
    export PATH="$PATH:/usr/local/bin"
    pdf2swf file.pdf -o destination.swf

Greetings

Matthias




Reply via email to