php - View word docs and PDF in browser? -


i working on site has have ability users view documents uploaded, need viewable in browser.

i know there google docs viewer (however not seem work when trying toopen in fancybox overlay), other alternatives, maybe api's turn them flash or similar, , embed swf?

any appreciated.

you said "however not seem work when trying toopen in fancybox overlay" did tried headers :

header("content-type:application/pdf"); header("content-type: application/vnd.ms-word"); 

for swf conversion see this


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -