Re: PDF Generation and Javamail

2003-07-30 Thread Kenneth Trio
g the fiel on the hard drive. > > My apologies. > > Jignesh > > -Original Message- > From: J.Pietschmann [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 30, 2003 3:06 PM > To: [EMAIL PROTECTED] > Subject: Re: PDF Generation and Javamail > > Jignesh Shah wrote:

RE: PDF Generation and Javamail

2003-07-30 Thread Jignesh Shah
if I cud get a quick help in generating and keeping the fiel on the hard drive. My apologies. Jignesh -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 3:06 PM To: [EMAIL PROTECTED] Subject: Re: PDF Generation and Javamail Jignesh Shah wrote:

Re: PDF Generation and Javamail

2003-07-30 Thread J.Pietschmann
Jignesh Shah wrote: I generate my pdf using the below code: I'm not really sure what your problem is. Is it really related to the subject? Otherwise, you should have started a new thread, choose a meaningful subject, and you could *at least* have snipped all unrelated the "original message" stuff.

RE: PDF Generation and Javamail

2003-07-30 Thread Jignesh Shah
To: [EMAIL PROTECTED] Subject: RE: PDF Generation and Javamail Thanks for the response Looks like I will have to the same. As the users want a copy of the generated pdf I will probably just create a copy at a "known" location and then email the pdf document from the file. The error I was

RE: PDF Generation and Javamail

2003-07-27 Thread Peter Abbot
without having the overhead of creating an actual file. Pete -Original Message- From: Bill Lunnon [mailto:[EMAIL PROTECTED] Sent: Friday, 25 July 2003 5:00 p.m. To: [EMAIL PROTECTED] Subject: RE: PDF Generation and Javamail Peter, This is my experience with fop-0.20.3 I have been gen

RE: PDF Generation and Javamail

2003-07-25 Thread Bill Lunnon
Peter, This is my experience with fop-0.20.3 I have been generating content (application/pdf) quite sucsessfully using FOP in a servlet. Standard FOP stuff! I had a requirement to email one or more PDF documents (as attachments) to a recipient. My initial approach was based on using JavaMail and