Android Question pdf clickable text

Kiran Raotole

Active Member
Licensed User
Hii Experts,
I want to add link in pdf, on click the link open website.
I'm currently using Printing libs.
B4X:
pdf.Canvas.DrawText("www.abcd.com",mleft,mtop,font,fontsize,Colors.Blue,"LEFT")
 

DonManfred

Expert
Licensed User
Longtime User
I don´t think this is possible with the PDF Printing Lib as you are using the Canvas to draw something.

You can use PDFJet B4A or jPDFJet do add Hyperlinks.
 
Upvote 0
Top