drawbot
drawbot copied to clipboard
Is it possible to embed a URL link into a FormattedString?
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?
Second that.
linked rects inside a pdf is already possible see linkDestination linkRect
could easily be added with CGPDFContextSetURLForRect
proposed api: linkURL
@justvanrossum