I pass in debug mode and see a new error : the jvslib.dll was not on the server (Win 2000) , i put it in the bin directory (i don't know why this dll is not ont the server)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a problem with Itext on the web server (everything is ok on my computer)
The page where Itext is used send me an error :
"The file 'XXXXX.aspx' has not been pre-compiled, and cannot be requested".
I finally find the line where the error is :
PdfWriter.getInstance(Document, New FileOutputStream("C:\Chap0704.pdf", True))
I install the Java Runtime on my web server, and restart the server, but i have always the same error.
Any idea (reinstall Dot net Framework ?) ?
Find the solution,
I pass in debug mode and see a new error : the jvslib.dll was not on the server (Win 2000) , i put it in the bin directory (i don't know why this dll is not ont the server)