'How to make PDF viewer in Node Js

I have created a website where pdfs can be uploaded and downloaded. I want to add the functionality that a user can preview the pdf before downloading it. How can i do it ?



Solution 1:[1]

I would suggest using Mozilla's open source project PDF.js. It's under Apache license.

For the integration, you could also look at that tutorial: How to Create a JavaScript PDF Viewer

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ben