pipwerks / PDFObject

A lightweight JavaScript utility for dynamically embedding PDFs in HTML documents.
http://pdfobject.com/
Other
2.39k stars 986 forks source link

PDFObject Not Show and Only show Root File #278

Closed edwinariesto closed 1 year ago

edwinariesto commented 2 years ago

Screenshot 2022-11-09 101318 Screenshot 2022-11-09 101010 Screenshot 2022-11-09 100930 Help me.. :( how can i display the view of a pdf document in a modal dialogbox or on an HTML page? because at this time it only displays the root file in the folder or directly downloads it without having to see it first

pipwerks commented 1 year ago

Hello. It looks like your PHP may not be returning the correct PDF URL.

Try it with static code (no PHP) and see if it works as expected. If yes, you'll know the issue is the PHP.

Also, I see you've included pdfobject.js twice, I suggest removing one of them.

Good luck

pipwerks commented 1 year ago

Closing the ticket, as this does not appear to be a PDFObject bug/issue.