PDF generation and JavaMail

2003-08-05 Thread Jignesh Shah
Hi,   I am facing problem generating a PDF and subsequently mailing it using JavaMail. Following is a step by step explanation of what I am trying to achieve:   A JSP page displays a list of documents with options to view, email and print the documents When the user cl

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
onnect to the SMTP server (again using JavaMail) and sent the email with attachments. This has worked without missing a message. Hope this helps Bill -Original Message- From: Peter Abbot [mailto:[EMAIL PROTECTED] Sent: Friday, 25 July 2003 12:38 PM To: [EMAIL PROTECTED] Subject: PDF Gener

PDF Generation and Javamail

2003-07-25 Thread Peter Abbot
Does anybody have any tips for sending the output of an xml to pdf conversion by email using javamail. I also tried creating the output as a file and then using javamail to send the file but I got the same result. I have been looking around the web for help and nothing seems to help. The best I ha