Sorry to ask this
again, but does anyone know how to create a link in the PDF synonymous to a mailto:[EMAIL PROTECTED] link in
HTML?
I noticed the PDF
files I have seen, although they do have email addresses in the contents, were
not links, even though I did see a lot of http URLs that
wo
I tried using the
Anchor object to create a mailto: link, but it doesn't work.
Does anyone know how
to create one?
Thanks.
David
O.
I had problems
posting to this newsgroup before, just testing if this goes
through.
Sorry for the
inconvenience.
Thanks.
Dayal,
That
was it! I was missing the word "attachment;" in the
[response.setHeader("Content-disposition" ...].
Thank
you very much!
David
O.
-Original Message-From: Dayal Murukutla
[mailto:[EMAIL PROTECTED]Sent: Wednesday, July 14, 2004
6:09 AMTo: [EMAIL PROTECTED]; '
Hi.
I have to following
code in a SERVLET:
Document document = new
Document();
response.setContentType("application/pdf");
PdfWriter pdfw = PdfWriter.getInstance(document,
response.getOutputStream());
document.open();