Skip to content

next-pdf-downloader is a lightweight Next.js application designed to facilitate seamless PDF downloads.

Notifications You must be signed in to change notification settings

kahnu044/nexts-pdf-downloader

Repository files navigation

Next.js PDF Downloader

This project is a simple Next.js application that generates a PDF file with multiple pages containing images and text. It leverages the power of @react-pdf/renderer for PDF generation along with Tailwind CSS for styling.

Getting Started

Clone this repository to your local machine:

git clone https://github.com/kahnu044/nexts-pdf-downloader.git

Install the dependencies:

npm install
npm run dev

This will start the Next.js development server. You can access the app at http://localhost:3000.

How it Works

The app provides a user interface with a "Download PDF" button. When clicked, it generates a PDF file with multiple pages, each containing an image and some sample text.

Tailwind CSS

This project also utilizes Tailwind CSS for styling. You can find the Tailwind CSS classes used in the index.js file.

Acknowledgements

Special thanks to the creators and maintainers of Next.js, @react-pdf/renderer, and react-pdf-tailwind for their amazing work.

About

next-pdf-downloader is a lightweight Next.js application designed to facilitate seamless PDF downloads.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published