i want to show pdf as an embed file in php pages..how can i do this?

thanks

    Hello,

    One way you could do it is to include an iframe that points to the pdf. This should open up the pdf using something like adobe in the iframe. You will have to be weary of the adobe toolbars etc though as they can take up a bit of space.

      no you didn't understand me..i want show the pdf files without acrobat reader..i want open file and show contents with only php..so i can protect my pdf files and users can't download them..they only can read..thanks for your reply..i still need help

        a year later

        Or parse it and turn the result into html.

          iceomnia wrote:

          Or parse it and turn the result into html.

          Hello.

          What method do you use for this?

          Thanks in advance.

            You would need some sort of PDF library that can do the conversions for you.

              Write a Reply...