How to make pdf viewer in php ??

Discussion in 'PHP' started by erebussymk, Dec 7, 2011.

  1. #1
    As in topic, I want to make pdf viewer online instead of downloading pdf . How can i make that . Please help me. Can it be done from Imagemagick. ??
     
    erebussymk, Dec 7, 2011 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    Rukbat, Dec 10, 2011 IP
  3. mfscripts

    mfscripts Banned

    Messages:
    319
    Likes Received:
    4
    Best Answers:
    8
    Trophy Points:
    90
    Digital Goods:
    3
    #3
    Yes Imagemagick is your best bet for converting pdfs to images, then you can display the image within the browser. Or... use Google Docs:

    http://docs.google.com/viewer?url=http://infolab.stanford.edu/pub/papers/google.pdf

    Also imbeded:

    <iframe src="http://docs.google.com/viewer?url=http://infolab.stanford.edu/pub/papers/google.pdf&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>
    HTML:
     
    mfscripts, Dec 12, 2011 IP
  4. erebussymk

    erebussymk Greenhorn

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    I have done using Imagemagick and ghostscript. Thanks for your help.
     
    erebussymk, Dec 12, 2011 IP