[iText-questions] RE: How to do an email link

2004-09-01 Thread Pilby
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

[iText-questions] RE: How to create an email mailto link

2004-08-31 Thread Pilby
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.

[iText-questions] test

2004-08-14 Thread Pilby
I had problems posting to this newsgroup before, just testing if this goes through.   Sorry for the inconvenience.   Thanks.  

RE: [iText-questions] RE: How to change PDF Title

2004-07-14 Thread Pilby
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]; '

[iText-questions] RE: How to change PDF Title

2004-07-13 Thread Pilby
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();