Export an image as pdf that acts as a link mathematica

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite
1












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 ?







share|improve this question
























    up vote
    1
    down vote

    favorite
    1












    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 ?







    share|improve this question






















      up vote
      1
      down vote

      favorite
      1









      up vote
      1
      down vote

      favorite
      1






      1





      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 ?







      share|improve this question












      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 ?









      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 9 at 12:16









      james

      593316




      593316




















          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.






          share|improve this answer




















          • Thanks a lot ! :))
            – james
            Aug 9 at 13:06

















          up vote
          2
          down vote













          SetDirectory@$TemporaryDirectory;
          Export[
          "Test.pdf",
          Hyperlink[
          RandomImage[1, 100, 100],
          "http://www.wolfram.com"
          ]
          ];
          SystemOpen@"Test.pdf"





          share|improve this answer




















          • Thanks a lot ! :)) It works ! Nice
            – james
            Aug 9 at 13:07










          Your Answer




          StackExchange.ifUsing("editor", function ()
          return StackExchange.using("mathjaxEditing", function ()
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          );
          );
          , "mathjax-editing");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "387"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          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






























          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.






          share|improve this answer




















          • Thanks a lot ! :))
            – james
            Aug 9 at 13:06














          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.






          share|improve this answer




















          • Thanks a lot ! :))
            – james
            Aug 9 at 13:06












          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.






          share|improve this answer












          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 9 at 12:48









          evanb

          3,1911120




          3,1911120











          • 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




          Thanks a lot ! :))
          – james
          Aug 9 at 13:06










          up vote
          2
          down vote













          SetDirectory@$TemporaryDirectory;
          Export[
          "Test.pdf",
          Hyperlink[
          RandomImage[1, 100, 100],
          "http://www.wolfram.com"
          ]
          ];
          SystemOpen@"Test.pdf"





          share|improve this answer




















          • Thanks a lot ! :)) It works ! Nice
            – james
            Aug 9 at 13:07














          up vote
          2
          down vote













          SetDirectory@$TemporaryDirectory;
          Export[
          "Test.pdf",
          Hyperlink[
          RandomImage[1, 100, 100],
          "http://www.wolfram.com"
          ]
          ];
          SystemOpen@"Test.pdf"





          share|improve this answer




















          • Thanks a lot ! :)) It works ! Nice
            – james
            Aug 9 at 13:07












          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"





          share|improve this answer












          SetDirectory@$TemporaryDirectory;
          Export[
          "Test.pdf",
          Hyperlink[
          RandomImage[1, 100, 100],
          "http://www.wolfram.com"
          ]
          ];
          SystemOpen@"Test.pdf"






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 9 at 12:50









          rhermans

          21.6k439103




          21.6k439103











          • 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




          Thanks a lot ! :)) It works ! Nice
          – james
          Aug 9 at 13:07

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          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













































































          Comments

          Popular posts from this blog

          Long meetings (6-7 hours a day): Being “babysat” by supervisor

          Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

          Confectionery