How to add a PDF file to your website InMotion Hosting ContributorUpdated on December 22, 2023 1 Minute Read In this article I’m going to show you how to add a PDF (Portable Document Format) file to your website. Linking to a PDF file Most novice website users are aware that you can link off to another website or webpage from your own website. However they can become confused when they try to figure out linking to a PDF document that they might need to share. It’s actually a very simple process to link to a PDF file, if you’ve linked to another webpage before than you should have no issues at all figuring it out, as it’s essentially the same process. If you are simply trying to directly type out a HTML link to a PDF document, you would use the following format, in this example our sales.pdf document is in the same directory as the HTML page we are linking to it from: <a href="sales.pdf">Sales Figures</a> This would create a link saying Sales figures, and when visitors click on the link, it should either open up their PDF reader automatically, or prompt the visitor to download the PDF file. Alternative PDF linking methods In some cases, you might not be directly modifying HTML code, and in these cases you would typically need to link to a PDF file differently. In some cases you might also want to be able to display information from a PDF document without your visitor having to have a PDF reader installed, you could use something like Google Docs in order to accomplish this. Share this Article InMotion Hosting Contributor Content Writer InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals! More Articles by InMotion Hosting Related Articles How to Cancel Your Backup Manager Subscription How to Set Up Cloudflare with InMotion Hosting Intro to Migrating your WordPress Site Data Migrating your WordPress Database Migrating WordPress Files Configuring WordPress After a Migration Testing your WordPress website after Migration How to Move WordPress from a Subfolder to the Root Directory What to expect during a mass server migration Move Your WordPress Site to a New Server