An open API service indexing awesome lists of open source software.

https://github.com/fkoler/nodejs-image-to-pdf-converter

Image to PDF App
https://github.com/fkoler/nodejs-image-to-pdf-converter

express express-session jade multer nodejs sortablejs

Last synced: 4 months ago
JSON representation

Image to PDF App

Awesome Lists containing this project

README

          

# Image to PDF App

This project is a basic web application built with Node.js and Express.js that provides a web interface for users to upload images, which are then converted to PDF files using PDFKit and returned to the user. The project uses sessions for managing user interactions and errors for handling unexpected issues.