A simple React web application that allows users to convert images to PDF format. Built with React, Bootstrap, and jsPDF.
- Upload multiple images
- Convert images to a single PDF
- Download generated PDF
- Responsive UI with Bootstrap
- Node.js (v16 or later)
- npm or yarn
git clone https://github.com/pixelthemes/img-to-pdf-converter.git
cd img-to-pdf-converter
npm install
# or
yarn install
npm run dev
# or
yarn dev
The app should be running at http://localhost:5173
npm run build
- React (^18.3.1)
- Bootstrap (^5.3.3)
- React-Bootstrap (^2.10.3)
- jsPDF (^2.5.1)
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Feel free to fork the repo and submit a pull request.
Developed by Team PixelThemes