LeonLatex Posted July 19, 2022 Share Posted July 19, 2022 I have a .PDF file I want to open in an HTML document. I do not want to open it as an external PDF file, but should be integrated into a document as it appears as a PDF file. How can this be done? Quote Link to comment Share on other sites More sharing options...
kicken Posted July 19, 2022 Share Posted July 19, 2022 Use an <iframe>. <iframe src="thepdf.pdf"></iframe> 1 Quote Link to comment Share on other sites More sharing options...
LeonLatex Posted July 19, 2022 Author Share Posted July 19, 2022 Thanks Kicken Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.