Skip to content Skip to sidebar Skip to footer

How To Print Pdf Inside Embed/iframe Using Javascript

Me again. Unluckily our company does not want to buy the flexpaper. Bad for me I have to find an alternative on how to print the pdf inside embed tag / iframe. For my first questio

Solution 1:

I believe your problem is that the browser is not identifying the resource as a PDF so you should set the content type header to application/pdf.


Post a Comment for "How To Print Pdf Inside Embed/iframe Using Javascript"