SitePoint Sponsor

User Tag List

Results 1 to 12 of 12

Thread: Looking for a Wordpress Plugin that will allow me to display PDF files in a slideshow

  1. #1
    SitePoint Member
    Join Date
    Jul 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Looking for a Wordpress Plugin that will allow me to display PDF files in a slideshow

    Hi,
    I have a website that has newsletters in multiple languages and dating back several years. Currently, all I have is a link that someone can click to download or view the PDF. I'm looking for a wordpress plugin that will display them in an easy to scroll fashion. Like an visual e-book or something similar to that.
    Thanks

  2. #2
    SitePoint Member
    Join Date
    Jul 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't find any plugins, I'm looking for recommendations of good plugins

  3. #3
    SitePoint Wizard bronze trophy
    Join Date
    Jul 2006
    Location
    Augusta, Georgia, United States
    Posts
    3,845
    Mentioned
    11 Post(s)
    Tagged
    3 Thread(s)
    Not possible.
    The only code I hate more than my own is everyone else's.

  4. #4
    Programming Team silver trophybronze trophy
    Mittineague's Avatar
    Join Date
    Jul 2005
    Location
    West Springfield, Massachusetts
    Posts
    14,357
    Mentioned
    64 Post(s)
    Tagged
    1 Thread(s)
    I wouldn't say not possible, but definitely complex and a lot of work.

    PDF files are a different format than a web page, so you would need to:

    convert PDF -> HTML - maybe using Jave to go from PDF to XML-FO to HTML?
    I have done <-> on my machine this way, so maybe you could do the conversions and FTP them to your site?

    I have seen sites that let you read PDF files, but they load very slow. An indication of just how resource intensive the process is.

    WordPress being PHP, you might think PHP's PDF functions. But AFAIK they only create PDFs not read them.

    PHP does have ways to bridge to other languages (i.e. Java), but that's way over my head and I've never tried it.

  5. #5
    SitePoint Mentor bronze trophy
    Slackr's Avatar
    Join Date
    Jan 2009
    Location
    New Zealand
    Posts
    674
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    If you want to be able to flick through multiple newsletters etc I would put together a slideshow/gallery where each item links to the newsletter. It would be difficult to mix both this and the flip functions of viewing each individual newsletter.

    You can display PDFs using the Enhanced Google Docs Plugin. It is very easy to set up and does a good job.

    Other options include online depositories that have free e-reader style plugins, this isn't always appropriate if you want to retain control over the content and not place them in a public place. Another option is Crocodoc which has a plugin that played with Wp last time I tried, there have been updates since then so I'm not sure of its current status.

  6. #6
    SitePoint Member
    Join Date
    Jul 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks to those who posted for your help. I'm going to the Google Docs option a shot and see if that works

  7. #7
    SitePoint Enthusiast AndyGambles's Avatar
    Join Date
    Jul 2006
    Location
    Scarborough, North Yorkshire, United Kingdom
    Posts
    39
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Take a look at Embedly - http://embed.ly/

    WP plugin - http://wordpress.org/extend/plugins/embedly/

  8. #8
    SitePoint Member
    Join Date
    Jul 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    will do

  9. #9
    Programming Team silver trophybronze trophy
    Mittineague's Avatar
    Join Date
    Jul 2005
    Location
    West Springfield, Massachusetts
    Posts
    14,357
    Mentioned
    64 Post(s)
    Tagged
    1 Thread(s)
    Wow, I'm glad you guys posted, I had no idea there was anything ready to go.

  10. #10
    SitePoint Mentor bronze trophy
    Slackr's Avatar
    Join Date
    Jan 2009
    Location
    New Zealand
    Posts
    674
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Ah yes Embedly. That was the one on the tip of my tongue.

    I'm not sure what it is like now but from memory, while it worked well functionally, it the services it linked to required PDFs to be in a public arena/storage area. This isn't always possible in business (unfortunately because it just makes life harder).

  11. #11
    SitePoint Wizard bronze trophy
    Join Date
    Jul 2006
    Location
    Augusta, Georgia, United States
    Posts
    3,845
    Mentioned
    11 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by Mittineague
    I wouldn't say not possible, but definitely complex and a lot of work.
    Well anything is *possible with the right budget and resources. I think it is fair to say that someone asking this type question has neither (maybe not). I mean the person was asking for a WP plugin…

    Though I was not aware of Google Docs Viewer. Never used it before…
    The only code I hate more than my own is everyone else's.

  12. #12
    SitePoint Member
    Join Date
    May 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually, I have used the embed on several occasions. Quick and simple. Enter the following from the "text" tab

    <embed src="http://domain.com/filelocation.pdf" width="100%" height="600px"/>

    The biggest obstacle with this simple solution will be the height with various sizes of display settings. But for most it works fine.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •