Export an image as pdf that acts as a link mathematica
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Anyone knows if it is possible to export an image as a pdf and this image should act as a link to a website when one clicks on it form within a pdf viewer ?
export web-access
add a comment |Â
up vote
1
down vote
favorite
Anyone knows if it is possible to export an image as a pdf and this image should act as a link to a website when one clicks on it form within a pdf viewer ?
export web-access
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Anyone knows if it is possible to export an image as a pdf and this image should act as a link to a website when one clicks on it form within a pdf viewer ?
export web-access
Anyone knows if it is possible to export an image as a pdf and this image should act as a link to a website when one clicks on it form within a pdf viewer ?
export web-access
asked Aug 9 at 12:16
james
593316
593316
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
4
down vote
accepted
I tried
Export["link.pdf", Hyperlink[
Plot[x, x, -2, 2],
"https://mathematica.stackexchange.com/questions/179748/export-an-image-as-pdf-that-acts-as-a-link-mathematica"
]]
and the resulting link.pdf
indeed has a plot that is a hyperlink.
Thanks a lot ! :))
â james
Aug 9 at 13:06
add a comment |Â
up vote
2
down vote
SetDirectory@$TemporaryDirectory;
Export[
"Test.pdf",
Hyperlink[
RandomImage[1, 100, 100],
"http://www.wolfram.com"
]
];
SystemOpen@"Test.pdf"
Thanks a lot ! :)) It works ! Nice
â james
Aug 9 at 13:07
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
I tried
Export["link.pdf", Hyperlink[
Plot[x, x, -2, 2],
"https://mathematica.stackexchange.com/questions/179748/export-an-image-as-pdf-that-acts-as-a-link-mathematica"
]]
and the resulting link.pdf
indeed has a plot that is a hyperlink.
Thanks a lot ! :))
â james
Aug 9 at 13:06
add a comment |Â
up vote
4
down vote
accepted
I tried
Export["link.pdf", Hyperlink[
Plot[x, x, -2, 2],
"https://mathematica.stackexchange.com/questions/179748/export-an-image-as-pdf-that-acts-as-a-link-mathematica"
]]
and the resulting link.pdf
indeed has a plot that is a hyperlink.
Thanks a lot ! :))
â james
Aug 9 at 13:06
add a comment |Â
up vote
4
down vote
accepted
up vote
4
down vote
accepted
I tried
Export["link.pdf", Hyperlink[
Plot[x, x, -2, 2],
"https://mathematica.stackexchange.com/questions/179748/export-an-image-as-pdf-that-acts-as-a-link-mathematica"
]]
and the resulting link.pdf
indeed has a plot that is a hyperlink.
I tried
Export["link.pdf", Hyperlink[
Plot[x, x, -2, 2],
"https://mathematica.stackexchange.com/questions/179748/export-an-image-as-pdf-that-acts-as-a-link-mathematica"
]]
and the resulting link.pdf
indeed has a plot that is a hyperlink.
answered Aug 9 at 12:48
evanb
3,1911120
3,1911120
Thanks a lot ! :))
â james
Aug 9 at 13:06
add a comment |Â
Thanks a lot ! :))
â james
Aug 9 at 13:06
Thanks a lot ! :))
â james
Aug 9 at 13:06
Thanks a lot ! :))
â james
Aug 9 at 13:06
add a comment |Â
up vote
2
down vote
SetDirectory@$TemporaryDirectory;
Export[
"Test.pdf",
Hyperlink[
RandomImage[1, 100, 100],
"http://www.wolfram.com"
]
];
SystemOpen@"Test.pdf"
Thanks a lot ! :)) It works ! Nice
â james
Aug 9 at 13:07
add a comment |Â
up vote
2
down vote
SetDirectory@$TemporaryDirectory;
Export[
"Test.pdf",
Hyperlink[
RandomImage[1, 100, 100],
"http://www.wolfram.com"
]
];
SystemOpen@"Test.pdf"
Thanks a lot ! :)) It works ! Nice
â james
Aug 9 at 13:07
add a comment |Â
up vote
2
down vote
up vote
2
down vote
SetDirectory@$TemporaryDirectory;
Export[
"Test.pdf",
Hyperlink[
RandomImage[1, 100, 100],
"http://www.wolfram.com"
]
];
SystemOpen@"Test.pdf"
SetDirectory@$TemporaryDirectory;
Export[
"Test.pdf",
Hyperlink[
RandomImage[1, 100, 100],
"http://www.wolfram.com"
]
];
SystemOpen@"Test.pdf"
answered Aug 9 at 12:50
rhermans
21.6k439103
21.6k439103
Thanks a lot ! :)) It works ! Nice
â james
Aug 9 at 13:07
add a comment |Â
Thanks a lot ! :)) It works ! Nice
â james
Aug 9 at 13:07
Thanks a lot ! :)) It works ! Nice
â james
Aug 9 at 13:07
Thanks a lot ! :)) It works ! Nice
â james
Aug 9 at 13:07
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f179748%2fexport-an-image-as-pdf-that-acts-as-a-link-mathematica%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password