How can I save a text in a PDF that is a hyperlink to a webpage?
Show older comments
I want to create a picture, and add some text to this picture.
This text should be linked to an html link when I create the PDF file through the SAVEAS or PRINT command.
For instance, I would like to add some instruction into the following snippet of code
H_fig=figure('units','centimeters');
text(0.05, 0.95, 0.0,'Mathworks')
saveas(H_fig,'Hyperlink To Mathworks.pdf','pdf')
%%Instruction to add a link
to create a pdf with the text Mathworks linked to the site https://www.mathworks.com/
Accepted Answer
More Answers (0)
Categories
Find more on Language Support in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!