Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
pdf files in Tomcat (on linux)
Name: liliyaw Date: March 29, 2006 at 12:07:40 Pacific OS: linux CPU/Ram: 524 Product: don't know
Comment:
Hello everyone, My .pdf file is created by a servlet and opens just fine in the opened .jsp page on windows, but in linux (on Tomcat) I get a pdf viewer opening the file for some reason. Does anyone know how to force servlets on linux/Tomcat to open a .pdf file in an already opened .jsp page instead of opening a pdf viewer?
Summary: Hiya in the html code below i'm trying to load different pdf files from different options selected but it don't load the application (Adobe reader) can someone help me out! cheers. ...
Summary: Hi all, I have to populate MySQL database where data will come from a PDF file. This PDF file has a well formatted table and I have to make a similar replica of the table data into MYSQL Database. I...
Summary: Hi, I have a script that opens a file to write text to it, as below: $fh = fopen("extensions.conf", 'w') or die("can't open file"); The script works just fine in windows vista (it creates file at t...