how can we show pdf document in users browser.In the case the plugin is not installed.
Is google api for pdf is usefull in this case?
how can we show pdf document in users browser.In the case the plugin is
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.
Google provides a tool to do this:
Option 1 – Generate your users a link:
https://docs.google.com/viewer?url=my_domain.com/my_pdf.pdfOption 2 – Embed into page so that users stay on your site:
<iframe src="https://docs.google.com/viewer?url=my_domain.com/my_pdf.pdf&embedded=true">