Skip to content

This project generates a PDF document using the @react-pdf/renderer package.

Notifications You must be signed in to change notification settings

NeginSal/report-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Report Document Generator

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.

How to Start

  1. Clone the repository & then go to projcet directory

  2. Install dependencies: npm install

  3. Start the development server: npm start

The app will be available at http://localhost:3000.

What This Project Does

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.

Dependencies

@react-pdf/renderer: For rendering PDF documents.

About

This project generates a PDF document using the @react-pdf/renderer package.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published