PdfTastic-Image to PDF Converter
Live Demo
Frontend: https://codesh-himanshi.github.io/PdfTastic/
Backend API: https://pdftastic.onrender.com
Overview
This project allows users to upload images, arrange them in their preferred order, and generate a PDF. It provides a live preview of the PDF before downloading. Users can also remove unnecessary images and their sorting order is saved in local storage to persist across page refreshes.
Features
- Upload multiple images
- Manually set the order of images
- Remove unwanted images
- Live preview of the generated PDF
- Save sorting order in local storage
- Loading indicator while generating PDF
Technologies Used
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express.js
- PDF Generation: pdf-lib
Usage
- Click Choose Images and upload multiple images.
- Assign order numbers to images or delete unwanted ones.
- Click Generate PDF and wait for the preview.
- Download or preview the generated PDF.