0

im try to embeed pdf file in html object

with mozilla firefox i dont have problem whit this code:

<object type="application/pdf" width="100%" height="800px">
<iframe src="file.pdf" width="300" height="400"></iframe>
</object>

and also with this code:

<object type="application/pdf" width="100%" height="800px">
<embed src="file.pdf" width="300" height="400"/>
</object>

firefox doesnt have any problem to open the file , Chrome , IE and other YES what can i Do to solve this issue ? thanks a lot best regards

Lundin
  • 195,001
  • 40
  • 254
  • 396
riccardo airone
  • 506
  • 1
  • 6
  • 21

1 Answers1

1

The following link

How to display pdf file in HTML

may help you and give you more description.

Charu Rajput
  • 653
  • 3
  • 15
  • If your answer is nothing but a link to another SO post, the question should be _closed_, not answered. You can flag the question -> should be closed as duplicate, then post the link there. – Lundin Apr 16 '20 at 10:54