This is an application which accepts a PDF file upload, converts the PDF to individual png images, and then displays the result for the user as an image gallery.
Requirements: Node.js, npm
sudo apt-get install imagemagick graphicsmagick
brew install imagemagick && brew install graphicsmagick
This will launch both the backend Node.js server and the front-end react/next application
npm install
yarn stack
Open http://localhost:3000 with your browser to see the result.