https://github.com/eai04191/merge-images-to-pdf
Combine multiple images into a single PDF directly in your browser, with no server uploads.
https://github.com/eai04191/merge-images-to-pdf
Last synced: 25 days ago
JSON representation
Combine multiple images into a single PDF directly in your browser, with no server uploads.
- Host: GitHub
- URL: https://github.com/eai04191/merge-images-to-pdf
- Owner: eai04191
- License: mit
- Created: 2023-08-28T02:27:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T12:40:22.000Z (over 1 year ago)
- Last Synced: 2025-02-08T00:28:19.985Z (3 months ago)
- Language: TypeScript
- Homepage: https://merge-images-to-pdf.vercel.app
- Size: 312 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Merge images to Single PDF

A straightforward web application that lets you combine multiple images into a single PDF document.
All processing is carried out within the browser ensuring complete data privacy as nothing is uploaded to any server.
Built with Vite, React, and jsPDF.