Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clickable text #191

Closed
milobob opened this issue Jan 19, 2022 · 4 comments
Closed

Clickable text #191

milobob opened this issue Jan 19, 2022 · 4 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed in analysis Analyzing if should be implemented new feature New feature or request

Comments

@milobob
Copy link

milobob commented Jan 19, 2022

I would like to be able to add clickable text

For example m.Text("www.google.com", props.Text{
Top: 4,
Style: consts.Bold,
Size: 8,
Align: consts.Left,
URL: "https://www.google.com",
})

maybe this is already possible but I couldn't figure out how to do it

@johnfercher johnfercher added good first issue Good for newcomers help wanted Extra attention is needed new feature New feature or request labels Jan 19, 2022
@johnfercher
Copy link
Owner

The simpler way is to add a link in the cell using s.pdf.LinkString() from gofpdf, but maybe we should focus using Cellf in this case.

@johnfercher johnfercher added the in analysis Analyzing if should be implemented label Jan 23, 2022
@ravi-rigi
Copy link

Hey @johnfercher, is it possible to add link to the text from the Text Props?

@maxgio92
Copy link

Hi, I guess this issue is completed by #373, isn't it?

@johnfercher
Copy link
Owner

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed in analysis Analyzing if should be implemented new feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants