swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] pdf2swf logging?


From: Matthias Kramm
Subject: Re: [Swftools-common] pdf2swf logging?
Date: Sat, 13 Jan 2007 14:42:33 +0100
User-agent: Mutt/1.5.6i

On Tue, Jan 09, 2007 at 02:42:16PM -0000, John Sim wrote:
> Is their a logging option in the command line to write out all pdf2swf
> conversion logs to a text file?

No. Shouldn't be hard to add, though. 

In pdf2swf.c, just change 
    initLog(0,-1,0,0,-1,logLevel)
to e.g.
    initLog("mylogfile.txt",logLevel,0,0,-1,logLevel)
.

Greetings

Matthias






reply via email to

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