Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

djmhdi's avatar

embedding PDF file on iframe

Hi friends , i am trying to display PDF file using 'embed' html tag, its not working but it give me download window .

Can you help me please ?

0 likes
4 replies
shakti's avatar

can you show your code so that we can understand and check what you are doing wrong

djmhdi's avatar

there is my code :

<embed src="{{ asset('cv1_28.pdf') }}" width="600" height="500" alt="pdf" />
djmhdi's avatar
djmhdi
OP
Best Answer
Level 1

I find the source of problem it is internet download manager i must disabled this option "capture download from browsers"

1 like
snich's avatar

@djmhdi thank you for this. I already spend 30 mins figuring the same problem.

Please or to participate in this conversation.