i already did that it's /usr/local/bin/pdf2swf
more precisely i did this

                        Process process = 
Runtime.getRuntime().exec(getExecutablePath() + " " +
getArguments(output) );

public String getExecutablePath() {
                return "/usr/local/bin/pdf2swf";
        }
public String getArguments(String output) {
                return getInputFilename() +" -o "+ output+".swf"+ " -T 9 -f";
        }

when it's tested alone it's fine i can see the file produced but within
tapestry i find nothing at the end 

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Runtime-exec-tp4734811p4734971.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to