Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PDF Rendering in HTML5 Canvas

Tags:

html

pdf

pdf.js

How can I render PDF in HTML5 canvas?

I came up with pdf.js script https://github.com/mozilla/pdf.js. But its seems this project is still in development.

like image 873
Anup Khandelwal Avatar asked Mar 06 '12 12:03

Anup Khandelwal


1 Answers

One solution may be:

http://googlesystem.blogspot.com/2009/09/embeddable-google-document-viewer.html

like image 109
vulkanino Avatar answered Sep 28 '22 06:09

vulkanino