top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How can we embed PDF in HTML?

+3 votes
258 views

How can we embed PDF in HTML?

posted Jun 3, 2014 by Khusboo

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

You can try the following stuff

  1. PDF.JS library. It's a pure HTML5/JavaScript renderer for PDF documents (no third-party plugins)
    GitHub: https://github.com/mozilla/pdf.js

  2. If option 1 is not suitable then try PDF Object (http://pdfobject.com )

One of the above should be helpful but I would go for option 1.

answer Jun 3, 2014 by Parampreet Kaur
Similar Questions
+1 vote

I have tried to install module PDF::FromHTML from cpan but not able to get it.
Please let me know any other module to do the same. please help

+2 votes

Any pointer would be helpful?

+4 votes

Let me explain my problem -
Lot of code in the QueryHome is generated by a single file and changing it is very risky. Using one of the operation we are generating the code which is adding onmouseout and onmouseover.
Now we want in a specific case where we want to add a special onmouseover on top of which is generated in the code. Now the question is it valid to have more then one onmouseover/onmouseout.

...