|
|
|
|
|
by ldenoue
2344 days ago
|
|
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) |
|