This project generates a PDF document using the @react-pdf/renderer
package. It organizes images into rows and pages, includes a footer with company details, and adds a signature page at the end.
-
Clone the repository & then go to projcet directory
-
Install dependencies:
npm install
-
Start the development server:
npm start
The app will be available at http://localhost:3000.
Takes an array of images (with titles and URLs) as input. Generates a PDF document with:
- Images arranged in rows of two per page.
- A footer displaying page numbers, company name, and logo.
- A signature page at the end.
@react-pdf/renderer
: For rendering PDF documents.