I’m using wp_pdf.js to upload pdfs into my portfolio. I’m using a nimble portfolio plugin and sixteen nineteen theme with genesis framework. My website is https://www.simplescribble.co, page link is: https://www.simplescribble.co/webinar-landing-page/
When I use my iPhone to view it cuts off half the image. How do I make the plugin or portfolio entry responsive?
Also, if the pdf is a single page, how do I remove the pagination at the bottom of the portfolio page?
]]>Seems the plugin struggles with IE < 9, which is understandable and not supported by PDF.js. What I’m interested in is a way to disable the plugin for IE versions less than 9. Any ideas? I’m thinking I could maybe hide the div with
<!–[if lt IE 9]>
<![endif]–>
This plugin is causing 404 File Not Found errors with pdfs that are in my wp-content/uploads folder. I know the url is correct, because I can insert the direct link into my pages and it works. Moreover, two other pdf viewer plugins have no problem locating the file. I am using WP 3.8. Here is the page I am building:
https://354democrats.org/blog/?page_id=4
Click on the Test2 tab to see the problem. Click on the Recording tab and then the link to see the pdf I am trying to show with the viewer. Click on the Score tab to see the file displayed by the GED plugin; click on the Test1 tab to see the file displayed by the wp-pdfjs plugin.
I used the WordPress upload function to upload the pdf, so it is in the wp-content/uploads/2014/01 folder. The file permissions for web users are “Read” but not write or execute. Here is the shortcode string I used:
[pdfjs-viewer url=”https://354democrats.org/blog/wp-content/uploads/2014/01/TaleSpin-Latest.pdf” viewer_width=600px viewer_height=700px fullscreen=true download=false print=false]
What is going on?
]]>Hello,
I came across viewerjs.org which offers a similar plugin based on pdf.js.
This plugin is extremely clean in that it adds no borders or UI. During comparison testing, however, I found I could not highlight text with this plugin but could in viewer.js.
Both plugins are using PDF.js, and the mozilla demo of PDF also allows text selection. Does something need to be turned on in the short for this to be enabled?
Peace
]]>I seem to have issues when I attempt to embed multiple PDFs in one page, despite the shortcodes indicating two different URLs.
E.g. On one page, I have used:
[wp_pdfjs url=https://www.example.com/A.pdf scale=0.8 download=1]
[wp_pdfjs url=https://www.example.com/B.pdf scale=0.8 download=1]
And it conflicts, producing a weird result on the first one and nothing in the second. When I take away the second, the first one works fine.
]]>The download link doesn’t appear if it’s only a 1 page document because it is inside the div.wp_pdfjs_navi. It makes sense for the navigation not to appear if it’s a one-pager, but the download link should be moved outside of this div.
]]>Was very excited to find this plugin! But it is not working…
Using thesis and s2mmember.
When I click on the icon the “Insert Presentation” box pops up. I then choose my PDF (in a public file) and click the insert button and nothing happens. Just a blank page.
Ideas?
]]>Hello,
Thanks for the great plugin. I understand one exciting aspect of pdf.js is more control over how the PDF is rendered. Would it be possible to jump to specific page?
Use case:
1. Various issues of e-magazine displayed as grid of front cover pics
2. User clicks on desired issue
3. Issue page loads PDF using pdf.js.
Table of Contents of articles on right nav/side menu.
4. User clicks article link (https://site.come/wordpress/my-emag-issue-1?pg=3)
5. Page reloads with PDF starting at that article
Great plugin! Please set pagination buttons to hidden if the attached pdf has only 1 page. Thank you!
]]>Great plug in does exactly what I need it to – display a pdf file in a page
Bug:
With this plug in installed and activated I lose access to the ALL the dashboard configuration pages of my s2Member plug in except the s2Member info page
This has been tested on a live site and two different WAMP localhost sites all with the same result
Interesting plugging but would be better with a download option of the pdf,
costuming size and possibility to show pdf from external link (drop box for example)
Michael