How to open a PDF doc inside a page

Verner Løjmand
12 Posts
Verner Løjmand posted this 28 October 2020
Ask a Question

How to open a PDF doc inside a page.

How to open a PDF doc inside a page.
Vote to pay developers attention to this features or issue.
19 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 28 October 2020

Hi Verner,

Do you mean, that you need to open the file integrated in the page and not as a new tab? Then you need to embed that PDF file using the embed code.

...................................................
Sincerely,
Hella
Nicepage Support Team

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

Hi Verner, Do you mean, that you need to open the file integrated in the page and not as a new tab? Then you need to embed that PDF file using the embed code. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
Verner Løjmand
12 Posts
Verner Løjmand posted this 28 October 2020

Hi
Where do I find and how do I use the embed code?
I'm new to make HTML.
best Regards
Verner

Hi Where do I find and how do I use the embed code? I'm new to make HTML. best Regards Verner
Support Team
Support Team posted this 29 October 2020

Hi Verner,

There are a lot of examples all over the internet. The easiest way is the use of HTML EMBED object. For example:

<embed src="files/Brochure.pdf" type="application/pdf" width="100%" height="600px" />

All custom HTML can be added to the HTML control.

...................................................
Sincerely,
Olivia
Nicepage Support Team

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

Hi Verner, There are a lot of examples all over the internet. The easiest way is the use of HTML EMBED object. For example: <embed src="files/Brochure.pdf" type="application/pdf" width="100%" height="600px" /> All custom HTML can be added to the HTML control. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
Verner Løjmand
12 Posts
Verner Løjmand posted this 30 October 2020

Hi again

Thank's for your help. It works now.

Best regards
Verner

Hi again Thank's for your help. It works now. Best regards Verner
Support Team
Support Team posted this 02 November 2020

Hi Verner,

Great!
Please let us know if you have any further questions.

...................................................
Sincerely,
Olivia
Nicepage Support Team

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

Hi Verner, Great! Please let us know if you have any further questions. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
OlivierG
5 Posts
OlivierG posted this 29 March 2022

Hi Verner,

Great!
Please let us know if you have any further questions.

...................................................
Sincerely,
Olivia
Nicepage Support Team

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

Hi Olivia

I am new to Nicepage and I tried to open a PDF within a page. Where should I store the PDF file ?
Many thanks for your answer.
Olivier

> Hi Verner, > > Great! > Please let us know if you have any further questions. > > ................................................... > Sincerely, > Olivia > Nicepage Support Team > > Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 > Follow us on Facebook: http://facebook.com/nicepageapp Hi Olivia I am new to Nicepage and I tried to open a PDF within a page. Where should I store the PDF file ? Many thanks for your answer. Olivier
Support Team
Support Team posted this 29 March 2022

Hi,

You can store the file on any cloud hosting and then use the full pass to your file in the code. You can use the local pass and store the file in your exported project.

...................................................
Sincerely,
Hella
Nicepage Support Team

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

Hi, You can store the file on any cloud hosting and then use the full pass to your file in the code. You can use the local pass and store the file in your exported project. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
OlivierG
5 Posts
OlivierG posted this 29 March 2022

Many thanks.
Olivier

Many thanks. Olivier
Support Team
Support Team posted this 30 March 2022

You are welcome. Feel free to contact us with any other questions you may have.

...................................................
Sincerely,
Hella
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 are welcome. Feel free to contact us with any other questions you may have. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
samiul6169
4 Posts
samiul6169 posted this 12 August 2022

Hi Support,

If the pdf I want to embed is downloaded on my Mac in the downloads folder, what path do I use for the embed src?

Thanks,
Samiul

Hi Support, If the pdf I want to embed is downloaded on my Mac in the downloads folder, what path do I use for the embed src? Thanks, Samiul
MerlinAZ
2687 Posts
MerlinAZ posted this 12 August 2022

It needs to be hosted online in a cloud folder.

It needs to be hosted online in a cloud folder.
Support Team
Support Team posted this 12 August 2022

Hi,

In Nicepage when you add a link and choose PDF option there is a possibility to upload the file to the theme.

...................................................
Sincerely,
Hella
Nicepage Support Team

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

Hi, In Nicepage when you add a link and choose PDF option there is a possibility to upload the file to the theme. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
samiul6169
4 Posts
samiul6169 posted this 12 August 2022

It needs to be hosted online in a cloud folder.

Hi Merlin,

I'm new to this. Can you give me an example? I do have an S3 static bucket on the AWS cloud. Are you saying if I upload my pdf to the same bucket the page would be able to access it? In that case, what would be the path I use for the src?

> It needs to be hosted online in a cloud folder. Hi Merlin, I'm new to this. Can you give me an example? I do have an S3 static bucket on the AWS cloud. Are you saying if I upload my pdf to the same bucket the page would be able to access it? In that case, what would be the path I use for the src?
Support Team
Support Team posted this 15 August 2022

Hi samiul6169,

Do you want to add a link to the PDF file or embed it on a page? In the second case, I recommend that you check the following articles:
https://www.w3docs.com/snippets/html/how-to-embed-pdf-in-html.html
https://www.geeksforgeeks.org/how-to-embed-pdf-file-using-html/

All custom HTML can be added to the HTML element. Please use examples of code that are located inside the BODY tags.

...................................................
Sincerely,
Olivia
Nicepage Support Team

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

Hi samiul6169, Do you want to add a link to the PDF file or embed it on a page? In the second case, I recommend that you check the following articles: https://www.w3docs.com/snippets/html/how-to-embed-pdf-in-html.html https://www.geeksforgeeks.org/how-to-embed-pdf-file-using-html/ All custom HTML can be added to the HTML element. Please use examples of code that are located inside the BODY tags. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
samiul6169
4 Posts
samiul6169 posted this 16 August 2022

Hi Support,

Those links were very helpful. Got it to work thank you so much! I did upload the pdf to Nicepage first however, and used the path to the uploaded pdf. Is there a way to make the source the local pdf downloaded to the hard drive of my MacBook and not the path to the uploaded pdf?

Thanks,
Samiul

Hi Support, Those links were very helpful. Got it to work thank you so much! I did upload the pdf to Nicepage first however, and used the path to the uploaded pdf. Is there a way to make the source the local pdf downloaded to the hard drive of my MacBook and not the path to the uploaded pdf? Thanks, Samiul
Support Team
Support Team posted this 16 August 2022

Hi,

Do you mean that you want the file on your site to be downloaded from your computer? No, this is not possible, the file should be located on the server that can be accessed by other users and the file could be downloaded.

...................................................
Sincerely,
Hella
Nicepage Support Team

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

Hi, Do you mean that you want the file on your site to be downloaded from your computer? No, this is not possible, the file should be located on the server that can be accessed by other users and the file could be downloaded. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
samiul6169
4 Posts
samiul6169 posted this 17 August 2022

That makes sense. Thank you!

That makes sense. Thank you!
Peter G Pav
1 Posts
Peter G Pav posted this 29 May 2023

I am having no luck with this as I want the pdf to open in all modes from wide screen to mobile . Your instructions are like reading another language why hasnt nicepage created a ready made html plugin that can do this for people especially considering its all supposed to be drag and drop with no coding experience needed. Far better than another hundred new designs that most people have no interest in.

I am having no luck with this as I want the pdf to open in all modes from wide screen to mobile . Your instructions are like reading another language why hasnt nicepage created a ready made html plugin that can do this for people especially considering its all supposed to be drag and drop with no coding experience needed. Far better than another hundred new designs that most people have no interest in.
Support Team
Support Team posted this 29 May 2023

Hello Peter Pav,

Please specify your issue in detail in a new ticket in order not to reopen a long chain of correspondence.
...................................................
Sincerely,
Anna.
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 Peter Pav, Please specify your issue in detail in a new ticket in order not to reopen a long chain of correspondence. ................................................... Sincerely, Anna. 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