How to preview / show document before downloadingin symfony

I come to you, for an question about preview/show document action on php / symfony

I have my ressource for project management, user can upload / delete / download ressource with panel, but i want to put a system to show/preview document when user click on ‘eye icon’, for moment i use modal and on modal i have iframe of google to display my pdf

<iframe src="http://docs.google.com/gview?url=http://www.yoursite.com/xyz.doc&amp;embedded=true"></iframe>

But i think is not the best method.

I search on Packagist an package to display preview of pdf but nothing is optimize

PS: My user can upload png or jpg

Thx for your help

Excuse for my bad english