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
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
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
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
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
>
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
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
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
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]&
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
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
>>> "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
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 &
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
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
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
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
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
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
> >
> >--
>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
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
>
>---
Hello,
does
anyone know if there exists a librarie to create PDF-Files from within JAVA
(especially from Servlets) ?
Bye
bye
Christian
Schulz
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
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
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
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
) {
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,
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
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]
29 matches
Mail list logo