importing a pdf into website ?
So
Today iv'e tried to place a pdf using the bootstrap platform of rsd2 and i am totally baffled where and how to place it iv'e done all what i know ie: making a link upload to the server all of that and nothing !!!!! and i know you are all thinking this is easy but for me today i really haven't got a clue
Regards Adrian
Today iv'e tried to place a pdf using the bootstrap platform of rsd2 and i am totally baffled where and how to place it iv'e done all what i know ie: making a link upload to the server all of that and nothing !!!!! and i know you are all thinking this is easy but for me today i really haven't got a clue
Regards Adrian
Hi Adrian,
Can you share a link to that page that has the link to your PDF on it?
Can you share a link to that page that has the link to your PDF on it?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Hi Eric
i have just uploaded a jpeg version of the pdf as a page for now and that is ok as it works in the same way as adding a picture . What i am stuck on is can you import a pdf file into rsd ?
Regards Adrian
http://amorerestaurantcheshire.co.uk/ch … 0menu.html
this is the page but i would like this to be a pdf
Cheers Eric
i have just uploaded a jpeg version of the pdf as a page for now and that is ok as it works in the same way as adding a picture . What i am stuck on is can you import a pdf file into rsd ?
Regards Adrian
http://amorerestaurantcheshire.co.uk/ch … 0menu.html
this is the page but i would like this to be a pdf
Cheers Eric
1. Click on Resources at the top of the design screen.
2. Click on Add files.
3. Browse to the PDF and double click it.
2. Click on Add files.
3. Browse to the PDF and double click it.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Hi Eric
Thank you ive done that but it wont load on the page it stayed in the resources and was grayed out .so i have done a work around for now and uploaded the pdf to my server and put a navbar button to point at the file and at least works so that it can be downloaded Cheers
Thank you for your help Eric
Regards Adrian
Thank you ive done that but it wont load on the page it stayed in the resources and was grayed out .so i have done a work around for now and uploaded the pdf to my server and put a navbar button to point at the file and at least works so that it can be downloaded Cheers
Thank you for your help Eric
Regards Adrian
What do you mean by grayed out? My icons are grey in the resources also. Are you certain on the location that your importing to?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Hi Eric
Yes the pdf location is good as i have been able to upload it to the server . i think i might not be making myself clear , what i am trying to do is place a pdf on to a page on the website rather than just link to it . i don't know if it is possible as i have not found any examples or tutorials anywhere .
Thank you Eric
Maybe if this is not possible that's one to add to the wish list
Yes the pdf location is good as i have been able to upload it to the server . i think i might not be making myself clear , what i am trying to do is place a pdf on to a page on the website rather than just link to it . i don't know if it is possible as i have not found any examples or tutorials anywhere .
Thank you Eric
Maybe if this is not possible that's one to add to the wish list
Try using a html element and using this code.
<embed src="http://yourdomain.com/the.pdf" width="500" height="375" type='application/pdf'>
<object data="http://yourdomain.com/the.pdf" width="500" height="375" type="application/pdf">
<object data="http://yourdomain.com/the.pdf" width="500" height="375" type="application/pdf">
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Hi Eric
Yes you are on the right line now with that code i have managed to place the pdf on to the page . but the strange thing is the page appears 2 times . so i removed this part of the script <object data="http://yourdomain.com/the.pdf" width="500" height="375" type="application/pdf"> and that made it display once which was good but now i dont have the page responding to responsive size . instead the page stayed in the middle of a grey background . i mean only the html element is not responding
Regards Adrian
oh the "application/pdf " i have left as is is this right ?
Yes you are on the right line now with that code i have managed to place the pdf on to the page . but the strange thing is the page appears 2 times . so i removed this part of the script <object data="http://yourdomain.com/the.pdf" width="500" height="375" type="application/pdf"> and that made it display once which was good but now i dont have the page responding to responsive size . instead the page stayed in the middle of a grey background . i mean only the html element is not responding
Regards Adrian
oh the "application/pdf " i have left as is is this right ?
Hi Eric
I have it i took the code you gave me then removed the part which gave me the double pdf then i copied the code into
http://embedresponsively.com/ in the generic iframe then that code was placed back into the html element and it works like a charm . Thank you so much now i have a solution for all my up and coming pdf placements
Regards Adrian
I have it i took the code you gave me then removed the part which gave me the double pdf then i copied the code into
http://embedresponsively.com/ in the generic iframe then that code was placed back into the html element and it works like a charm . Thank you so much now i have a solution for all my up and coming pdf placements
Regards Adrian
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.