WebSite X5Help Center

 
Carmen K.
Carmen K.
User

How to place a pdf file  en

Author: Carmen K.
Visited 1343, Followers 1, Shared 0  

In the new version 10 it isn't possible to place a pdf file. I can only place a ptt/pss powerpoint file. The icon says pdf, but it is a powerpoint file. How can I place a pdf file?? Please can anyone help me with this problem, because i was ready to upload my website, but now i can't.

Posted on the
4 ANSWERS
Samuel V.
Samuel V.
User

Hello,

Yes you can of course place any file you want inside your WebSite X5's pages. Till the viewer has the right plugin you can allow this.

Here is the code sample you could put inside a HTML & Widget:

<!-- Documents.PDF File: START -->
<iframe src="<b>http://www.miosito.it/files/sample.pdf" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100%; height:350px;" allowTransparency="true">

Your browser doesn't support iframes. Please click <a href="<b>here" target="_blank" rel="nofollow">http://www.miosito.it/files/sample.pdf">here to download the PDF file

</iframe>
<!-- Documents.PDF File: END -->

You put the link to your file. Of course, you are free to change the width and the height of the included file. Hope this can help Smile

Read more
Posted on the from Samuel V.
Carmen K.
Carmen K.
User
Author

Hello,

Yes, i understand your answer, but it doesn't work for me, because I want to place a pdf document from the same location as the photo's, my local computer. like version 9.18.

In your anser the pdf file is from a website. I want to test is before I upload my website.

Please can you explain more. If someone can anwer me in Dutch, than it is easier for me.

Thanks Smile,

Read more
Posted on the from Carmen K.
Incomedia
Claudio D.
Incomedia

Hello Carmen,

You can use the HTML&Widget Object and add the code written by Samuel and you link the pdf file in the expert tab and then yuo modify the part <iframe src="http://www.miosito.it/files/sample.pdf"  in this <iframe src="files/sample.pdf" and instead of sample.pdf you add the name of your pdf file and this will also work on the preview.

Please feel free to write back if you need more information.

Read more
Posted on the from Claudio D.
Carmen K.
Carmen K.
User
Author

Thank you Claudio and Samuel, it does work now, fantastic!

Read more
Posted on the from Carmen K.