drawbot icon indicating copy to clipboard operation
drawbot copied to clipboard

Is it possible to embed a URL link into a FormattedString?

Open frankrolf opened this issue 5 years ago • 2 comments

I am working on creating PDFs which contain links to website URLs. It would be excellent if I could embed those links into text in an invisible manner (no underline, no visible URL) – is this possible using DrawBot?

frankrolf avatar Mar 29 '20 23:03 frankrolf

Second that.

MauriceMeilleur avatar Mar 29 '20 23:03 MauriceMeilleur

linked rects inside a pdf is already possible see linkDestination linkRect

could easily be added with CGPDFContextSetURLForRect

proposed api: linkURL

@justvanrossum

typemytype avatar Mar 30 '20 08:03 typemytype