Jeff Johny
Jeff Johny

Reputation: 426

Anchor tags in PDF are not clickable in firefox and safari

I have an iframe which loads PDF. It loads PDF successfully in all browsers. But anchor tags inside those PDFs are not clickable in Firefox and safari. In works fine in google chrome. Is there any way to solve this issue?

Upvotes: 2

Views: 364

Answers (1)

Valsaraj Viswanathan
Valsaraj Viswanathan

Reputation: 1567

It looks working when used Embeddable Google Document Viewer (http://googlesystem.blogspot.in/2009/09/embeddable-google-document-viewer.html).

Working:
<iframe src="https://docs.google.com/gview?url=http://www.realtimecases.com/system/cases_offereds/media/000/000/009/original/Public_Relations_Communications_Overview.pdf?1453309175&embedded=true" width="100%" height="900"></iframe>

Upvotes: 1

Related Questions