Hacker News new | ask | show | jobs
by PixelPaul 2345 days ago
Doesn’t Mozilla already have an open source JavaScript app that does this?
1 comments

No, pdf.js displays PDF documents in the browser, but not as responsive HTML (it actually renders pages into a CANVAS element and then adds text selection by overlaying DIV elements over this canvas)

My app converts the PDF to a truly responsive HTML document, so you can view this document as any screen size (ie there’s no fixed layouts used)