Re: Is it possible to insert mailto address in paragraphs
Robin Becker <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
On 03/11/2016 10:02, Alain Aupeix wrote: > Hi, I use reportlab, and platypus Paragraph > > Is-it possible to insert mailto address in paragraph and how ? > > I have tried with <link>, but it fails > Hi Alain, I just added this to our test_platypus_paragraphs.py test and it seems to work. > This should be a mailto link <a href="mailto:[email protected]"><font color="blue">reportlab-users at lists2.reportlab.com</font></a>. -- Robin Becker