swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] swftools and php


From: Matthias Kramm
Subject: Re: [Swftools-common] swftools and php
Date: Sun, 23 Oct 2005 13:44:10 +0200
User-agent: Mutt/1.5.6i

On Mon, Oct 17, 2005 at 10:21:01AM +0200, Benedikt Quirmbach wrote:
> is there a way to use swftools (pdf2swf) with php on a windows-system?
> 
> What must i do to get t to work?

Try something like

<?php

    system('pdf2swf.exe file_to_convert.pdf -o converted_file.swf');
?>

You'll have to make sure that pdf2swf.exe is in the path, of course.

Greetings

Matthias








reply via email to

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