This application generates PDFs from HTML documents. It uses html2canvas and jsPDF for capturing the DOM element and saving it as a PDF.
A live version of the website can be accessed at reactpdf-mjkp.netlify.app.
- Generate PDFs from HTML documents within your React application
- Support various HTML elements
- Customizable page size and margins
If you would like to contribute to the project or run it locally, follow these steps:
Clone this repository to your local machine:
git clone https://github.com/mdjamilkashemporosh/reactPDF.git
Navigate to the project directory:
cd reactPDF
Install necessary packages:
npm install
Start the app:
npm run start
If you would like to contribute to this web application, please open an issue on GitHub to discuss your ideas or proposed changes. Pull requests are also welcome.
This drawing web application is available under the MIT License. You are free to use, modify, and distribute this project as you see fit.