Skip to main content
Participant
September 25, 2019
Question

How to make a PDF a hyperlink?

  • September 25, 2019
  • 3 replies
  • 363 views

I need to make a PDF a link that can be sent to others to access and complete. How do I do that?

    This topic has been closed for replies.

    3 replies

    Nancy OShea
    Community Expert
    Community Expert
    September 25, 2019

    Firs you upload the PDF file to a public facing web server like AWS or GoDaddy.

    And then you give users a hyperlink to the file where example.com is your server's domain name.  See code example below.

     

    <a href="https://example.com/my_pdf_file.pdf">CLICK FOR PDF</a>

     

    Nancy O'Shea— Product User & Community Expert
    Legend
    September 25, 2019

    Put it on a web site. It will then automatically have a link. Then you can share it.

    John T Smith
    Community Expert
    Community Expert
    September 25, 2019

    Please post the name of the Adobe program you are using