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




_______________________________________________
Swftools-common mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/swftools-common

Reply via email to