[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Swftools-common] Getting pdf2swf to work on a WIN NT server
From: |
Matthias Kramm |
Subject: |
Re: [Swftools-common] Getting pdf2swf to work on a WIN NT server |
Date: |
Fri, 26 Nov 2010 18:20:35 -0800 |
On Thu, Nov 25, 2010 at 3:26 PM, Chris <address@hidden> wrote:
> Try it neat, as in,
>
> <?php
> print exec ("pdf2swf.exe -vv { the rest of you command here}");
> ?>
>
> You could also load the result into a vaiable, i.e. '$result = ..'
>
> See what output you get, if any.
I have to admit I've never attempted the pdf2swf + php experiment myself, but I
wonder whether we should have a Wiki page or FAQ that describes how to
call pdf2swf
from php scripts. This seems to be a topic that comes up surprisingly often.
Matthias