[reportlab-users] Problem with linkAbsolute in trunk.

Ian Sparks Ian.Sparks at etrials.com
Wed Apr 4 16:52:52 EDT 2007


The following code should create a visible link-rectangle on the page.
When run against trunk and with Acrobat reader 7 the rectangle is
invisible although it does show the pointer-hand when you mouse over it.



I don't think this is the only problem with links in trunk, but it's the
simplest test case I could get it down to.



from reportlab.pdfgen import canvas

from reportlab.lib.units import inch



canv = canvas.Canvas('test.pdf')

canv.bookmarkPage('t1')

canv.linkAbsolute("Find the Meaning of Life", "t1",(inch, inch, 6*inch,
2*inch),Border='[1 1 1]')

canv.showPage()

canv.save()



Anyone got the same problem?




-----------------------------------------
Disclaimer:

This e-mail communication and any attachments may contain
confidential and privileged information and is for use by the
designated addressee(s) named above only. If you are not the
intended addressee, you are hereby notified that you have received
this communication in error and that any use or reproduction of
this email or its contents is strictly prohibited and may be
unlawful. If you have received this communication in error, please
notify us immediately by replying to this message and deleting it
from your computer.

Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20070404/fb2fe9b3/attachment.html>


More information about the reportlab-users mailing list