Good afternoon in my application users can upload PDF files, whose route is stored in the user model. Now my question is what plugin I recommend to be able to embed and visualize these PDF files in a template.
I've been trying with Google Docs Reader but it has given me the URL because it is a local site
<iframe src="http://docs.google.com/viewer?url=AQUÍ URL PDF O DOCUMENTO&embedded=true" width="600" height="780" style="border: none;"> </iframe>
I appreciate your cooperation