R
ruds
I'm writing a web app using JSP with Tomcat5.5 as server.Users upload
MS offce files on the server and when the manager accepts then I want
the uploaded files to be converted to PDF's in the background and
stored at the server itself.for this I have PDFCreator.exe or PDF4U
driver.
If I do this using standalone Java program and exexuting the by using
Runtime class, I get the output pdf file correct.But when I call the
same Java program through the JSP passing the file names as parameter
the pdf creator is called but no output is generated.
1.I have tried invoking cmd and then calling the respective exe, then
too the cmd is invoked but the pdf creator isn't.
2. Tried through sevlet also, by creating thread.
Please suggest something, this is very urgent. Thanks.
MS offce files on the server and when the manager accepts then I want
the uploaded files to be converted to PDF's in the background and
stored at the server itself.for this I have PDFCreator.exe or PDF4U
driver.
If I do this using standalone Java program and exexuting the by using
Runtime class, I get the output pdf file correct.But when I call the
same Java program through the JSP passing the file names as parameter
the pdf creator is called but no output is generated.
1.I have tried invoking cmd and then calling the respective exe, then
too the cmd is invoked but the pdf creator isn't.
2. Tried through sevlet also, by creating thread.
Please suggest something, this is very urgent. Thanks.