Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subhamk108/next-pdf-toolkit
A Web Application built with NextJS and TailwindCSS that has various tools for manipulating PDF files.
https://github.com/subhamk108/next-pdf-toolkit
nextjs pdf reactjs redux tailwindcss
Last synced: 27 days ago
JSON representation
A Web Application built with NextJS and TailwindCSS that has various tools for manipulating PDF files.
- Host: GitHub
- URL: https://github.com/subhamk108/next-pdf-toolkit
- Owner: SubhamK108
- License: mit
- Created: 2023-02-22T18:28:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T16:46:25.000Z (9 months ago)
- Last Synced: 2024-04-07T23:28:06.995Z (9 months ago)
- Topics: nextjs, pdf, reactjs, redux, tailwindcss
- Language: TypeScript
- Homepage: https://next-pdftoolkit.subhamk.com
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next-PDF-Toolkit
### A Web Application built with NextJS and TailwindCSS that has various tools for manipulating PDF files.
#### Visit the app [Here](https://next-pdftoolkit.subhamk.com)
## Tools Available
- PDF Merger
- PDF Page Deleter
- PDF Page Extractor
- Image to PDF Converter
- PDF Encryptor## Libraries/Packages Used
- [PDF-Lib](https://www.npmjs.com/package/pdf-lib) (Used in: Merger, Page Deleter, Page Extractor & Image to PDF Converter)
- [PDF-Lib-Plus-Encrypt](https://www.npmjs.com/package/pdf-lib-plus-encrypt) (A Fork of PDF-Lib. Used in: Encryptor)