Black Friday Sale! Save up to 50% off!

Adding a PDF File

SaganJr
1 Posts
SaganJr posted this 4 weeks ago
Ask a Question

I'm trying to add a rather large .pdf file to my website using Nicepage. The file is too large to upload to the page itself. I thought perhaps I could make the .pdf accessable via a html link, but I don't know how to do that.

I just want visitors to the site to be able to access this particular .pdf file when they visit. Nothing more. How can I accomplish this?

I'm trying to add a rather large .pdf file to my website using Nicepage. The file is too large to upload to the page itself. I thought perhaps I could make the .pdf accessable via a html link, but I don't know how to do that. I just want visitors to the site to be able to access this particular .pdf file when they visit. Nothing more. How can I accomplish this?
Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
Support Team
Support Team posted this 4 weeks ago

Hello Eric,

You can add This sample HTML code to the HTML element.

<form method="get" action="files/MyPdfDocument.pdf">
   <button type="submit">Download!</button>
<input type="hidden" value="" name="recaptchaResponse"></form>
196tef.png

Or you can upload your file onto the cloud or file-sharing platform and paste the link for your visitors to download
...................................................
Sincerely,
Ahmad.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Eric, You can add This sample HTML code to the HTML element. <form method="get" action="files/MyPdfDocument.pdf"> <button type="submit">Download!</button> <input type="hidden" value="" name="recaptchaResponse"></form> !196tef.png! Or you can upload your file onto the cloud or file-sharing platform and paste the link for your visitors to download ................................................... Sincerely, Ahmad. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments