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
- Host: GitHub
- URL: https://github.com/fkoler/nodejs-image-to-pdf-converter
- Owner: fkoler
- Created: 2023-10-09T17:31:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T17:28:28.000Z (over 2 years ago)
- Last Synced: 2025-05-14T21:11:51.941Z (about 1 year ago)
- Topics: express, express-session, jade, multer, nodejs, sortablejs
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.