R
ruds
Hi,
I'm developing a web application in JSP on Tomcat5.5 as server.
What I want is few documents(.doc, .ppt files) are present in a
specific directory when the manager approves them they should get
converted into PDF's in the background.
I have downloaded a free pdf converter(PDFCreator.exe) for this. If I
call this through astandalone java program using Runtime class it
works perfectly, but when I'm calling the same java program through a
JSP (as I want to convert documents at runtime) then the external
program is called but does not give output.
1. I have tried calling cmd and the the PDFCreator but no result is
seen.
2. I have also tried using JPS API and tried still no output is
generated.
please help me, I have been searching for the solution for a long
time.
I'm developing a web application in JSP on Tomcat5.5 as server.
What I want is few documents(.doc, .ppt files) are present in a
specific directory when the manager approves them they should get
converted into PDF's in the background.
I have downloaded a free pdf converter(PDFCreator.exe) for this. If I
call this through astandalone java program using Runtime class it
works perfectly, but when I'm calling the same java program through a
JSP (as I want to convert documents at runtime) then the external
program is called but does not give output.
1. I have tried calling cmd and the the PDFCreator but no result is
seen.
2. I have also tried using JPS API and tried still no output is
generated.
please help me, I have been searching for the solution for a long
time.