displaying pdf files(may be off the topic)

2002-04-02 Thread Dinesh Villuri
Hi, My requirement is fetching the pdf files which are stored in the database as BLOB objects and display it. For That I have x.jsp on which I will display the links to different pdf files that are to be fetched from the database and display. On the click of each link, I will

Re: PDF Files

2000-07-31 Thread Thor Heinrichs-Wolpert
http://xml.apache.org/fop/index.html Thor HW - Original Message - From: "Ade Permana" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 31, 2000 3:38 AM Subject: PDF Files > are there somebody know about generating pdf fi

Re: PDF Files

2000-07-31 Thread Bragg, James
8 AM > To: [EMAIL PROTECTED] > Subject: PDF Files > > are there somebody know about generating pdf file from servlet > thank's > > __ > _ > To unsubscribe, send email to [EMAIL PROTECTED] a

PDF Files

2000-07-31 Thread Ade Permana
are there somebody know about generating pdf file from servlet thank's ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun

Re: Internet Explorer 5.0 does not handle redirects to pdf files

2000-06-06 Thread Timothy Owen Reilly
ge- > > The company I work for is using a servlet to log requests for > > documents on our > > site. The way this works is that the link for the document > > actually goes > > through a servlet I wrote, which logs the request and issues > > a redirect to the >

Re: Internet Explorer 5.0 does not handle redirects to pdf files

2000-06-06 Thread Rob van Oostrum
t; "real" url. This has been working fine, but recently we > discovered a serious > bug involving Internet Explorer and redirects to .pdf files. > If you click on > the url which goes through the servlet, the browser hangs for > a bit, and then > finally returns "unabl

Re: Internet Explorer 5.0 does not handle redirects to pdf files

2000-06-06 Thread Tom Copeland
c); out.close(); in.close(); } catch(IOException e ) { e.printStackTrace(); } It works fine with PDF files & IE 5; not sure about other versions of IE. Best of luck, Tom -Original Message- From: Timothy Owen Reilly [mailto:[EMAIL PROTECTE

Internet Explorer 5.0 does not handle redirects to pdf files

2000-06-06 Thread Timothy Owen Reilly
ecently we discovered a serious bug involving Internet Explorer and redirects to .pdf files. If you click on the url which goes through the servlet, the browser hangs for a bit, and then finally returns "unable to find object to handle request". Note: This works FINE with all other browsers we

Re: Serlvet to creating PDF files

2000-05-14 Thread Michael Nash
n about Sun Microsystem's Java Servlet > API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Nic > Ferrier > Sent: Thursday, May 11, 2000 1:46 PM > To: [EMAIL PROTECTED] > Subject: Re: Serlvet to creating PDF files > > > >>> "Bragg, James" <[EMAIL PROTECTED]&

Re: Serlvet to creating PDF files

2000-05-11 Thread Helder Henrique
There are interesting material at: http://www.retep.org.uk/pdf/ Helder Henrique - Original Message - From: Bragg, James <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 11, 2000 1:42 PM Subject: Serlvet to creating PDF files > Can anyone tell me

Re: Servlet to creating PDF files

2000-05-11 Thread Doshi, Gunjan
ROTECTED] > Subject: Re: Serlvet to creating PDF files > > >>> "Bragg, James" <[EMAIL PROTECTED]> 11-May-00 5:42:19 PM >>> > > >Can anyone tell me the best way to generate a PDF > >from a servlet. > > I'm fairly sure there are

Re: Serlvet to creating PDF files

2000-05-11 Thread Nic Ferrier
>>> "Bragg, James" <[EMAIL PROTECTED]> 11-May-00 5:42:19 PM >>> >Can anyone tell me the best way to generate a PDF >from a servlet. I'm fairly sure there are XML (ie: XSL) tools for doing this... But since you don't say what you want to generate from, or in what way it's difficult to be helpful

Re: Serlvet to creating PDF files

2000-05-11 Thread Josh Braun
es <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 11, 2000 9:42 AM Subject: Serlvet to creating PDF files > Can anyone tell me the best way to generate a PDF from a servlet. > > Application is required to generate &

Serlvet to creating PDF files

2000-05-11 Thread Bragg, James
Can anyone tell me the best way to generate a PDF from a servlet. Application is required to generate "Quality" reports over the web. thanks.. - James C. Bragg Senior Software Consultant Computer Associates International In

Reading Linearized Acrobat PDF files

2000-03-15 Thread Williams Richard M (Contractor)
I am using a servlet to stream out the bytes of a PDF file to a user's browser. No problem there, it's just streaming out a file. The problem is in dealing with what Acrobat refers to as "Linearized" files. When served by a Netscape Enterprise server, these "linearized" files display the first pa

Re: R: .PDF files

2000-01-25 Thread Fernando Saldanha
I have Netscape/Windows NT 4, both at home and at work. At home the .pdf file opens in Acrobat Reader, and at work it opens in Netscape. Regards. FS At 10:48 AM 1/24/00 -0800, you wrote: >Milt Epstein wrote: > > > On Mon, 24 Jan 2000, Fernando Saldanha wrote: > > > > > Thanks for the suggestion

Re: R: .PDF files

2000-01-24 Thread Milt Epstein
On Mon, 24 Jan 2000, Craig R. McClanahan wrote: > Milt Epstein wrote: > > > On Mon, 24 Jan 2000, Fernando Saldanha wrote: > > > > > Thanks for the suggestion. This worked except that the Acrobat > > > Reader started and the .pdf file was shown in it, and not in the > > > browser. There must be so

Re: R: .PDF files

2000-01-24 Thread Craig R. McClanahan
Milt Epstein wrote: > On Mon, 24 Jan 2000, Fernando Saldanha wrote: > > > Thanks for the suggestion. This worked except that the Acrobat > > Reader started and the .pdf file was shown in it, and not in the > > browser. There must be some way to configure things so that the .pdf > > file opens wit

Re: R: .PDF files

2000-01-24 Thread Milt Epstein
handle the pdf file as a normal > >URI. The result will depend on the capability of > >browsers to display pdf files (IE and Netscape do that > >differently). > >Regards > > federico > > > >--

Re: Library to create PDF-Files...

2000-01-24 Thread B L
>does anyone know if there exists a librarie to create PDF-Files from within >JAVA (especially from Servlets) ? I have written a JAVA-PDF library called rugPdf that has been used by the University of Ghent to generate all the reports and lists of our students (Servlet application!). F

Re: R: .PDF files

2000-01-23 Thread Fernando Saldanha
ndo, > handle the pdf file as a normal >URI. The result will depend on the capability of >browsers to display pdf files (IE and Netscape do that >differently). >Regards > federico > >---

Library to create PDF-Files...

2000-01-22 Thread Christian Schulz
Hello,   does anyone know if there exists a librarie to create PDF-Files from within JAVA (especially from Servlets) ?   Bye bye       Christian Schulz

R: .PDF files

2000-01-22 Thread Federico Delpino
Hello Fernando, handle the pdf file as a normal URI. The result will depend on the capability of browsers to display pdf files (IE and Netscape do that differently). Regards federico

Re: .PDF files

2000-01-22 Thread Tittsworth, Robert E. (RXT)
t; - Pink Floyd = > -Original Message- > From: Fernando Saldanha [SMTP:[EMAIL PROTECTED]] > Sent: Saturday, January 15, 2000 16:38 > To: [EMAIL PROTECTED] > Subject: .PDF files > > Does anyone know how can I display a .PDF

Re: .PDF files

2000-01-21 Thread Michael Nash
On Behalf Of > Fernando Saldanha > Sent: Saturday, January 15, 2000 4:38 PM > To: [EMAIL PROTECTED] > Subject: .PDF files > > > Does anyone know how can I display a .PDF file in my browser using a > servlet? I have the file ready in .PDF format, i

Re: DownLoading PDF files on Client machine using Servlets

2000-01-21 Thread Michael Nash
stem's Java Servlet > API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of > Niranjan Soni > Sent: Friday, January 21, 2000 1:54 AM > To: [EMAIL PROTECTED] > Subject: DownLoading PDF files on Client machine using Servlets > > > Hi All > > I want to download P

Re: DownLoading PDF files on Client machine using Servlets

2000-01-21 Thread Ron Parker
) { os.write( b, 0, i); // // v. 2.2 Implementation // res.flushBuffer(); os.flush(); } theFile.close(); os.close(); Niranjan Soni wrote: > Hi All > > I want to download PDF files which are at the server,

DownLoading PDF files on Client machine using Servlets

2000-01-21 Thread Niranjan Soni
Hi All I want to download PDF files which are at the server, at client machine. The process goes something like this. 1. The client Logs in and is validated from the database. 2. Depending upon the Clients identity, the client is shown separate folders which shows the list of PDF Files that can

.PDF files

2000-01-21 Thread Fernando Saldanha
Does anyone know how can I display a .PDF file in my browser using a servlet? I have the file ready in .PDF format, it is just a matter of displaying it. Thanks. Fernando ___ To unsubscribe, send email to [EMAIL PROTECTED]