I have a pdf file that the user has to see and click on the “I agree” button.
How do you display a pdf inside a div?
I have a pdf file that the user has to see and click on
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes you can.
See the code from the following thread from 2007: PDF within a DIV
It uses
<object>, which can be styled with CSS, and so you can float them, give them borders, etc.(In the end, I edited my pdf files to remove large borders and converted them to jpg images.)