https://lijazilla.github.io/document-pdf/build
Welcome to the Document PDF Generator, an application that allows you to create custom PDF reports directly from your web browser. This versatile tool enables you to add a logo, date, title, text, select up to three images for your project, provide image descriptions, and include contact information. Once your document is ready, you can download it as a PDF.
This project was developed using JavaScript, React, HTML, CSS, and leverages the ReactPDF library for PDF generation. It also uses the saveAs
function from the file-saver
library to enable PDF downloads. The application is hosted on GitHub Pages, making it accessible through a web browser.
To use the Document PDF Generator, follow these simple steps:
- Click the "#Images" button.
- Select the desired number of images for your document.
- Click the "Confirm Preferences" button.
- Fill in the form with the necessary information.
- Optionally, click the "Preview" button to review your document.
- Finally, click the "Download PDF" button to obtain your customized PDF report.
There is no need to install anything; you can access the tool directly on GitHub Pages.
This project is protected under the MIT License with the following additional restrictions:
- You are not permitted to use this project for commercial purposes.
- You are not allowed to distribute or sublicense this project or any modified versions of it.
- Any derivative works or projects that use substantial portions of this codebase must obtain explicit permission from the project author.
For full details, please review the LICENSE file.
- Author: Manuel Alejandro Jiménez Fuentes
This project is protected to ensure its proper usage and protect the author's rights. Unauthorized use or distribution of this project or its components is prohibited.
- Special thanks to the ReactPDF library for making PDF generation a breeze.
- Credits to file-saver for simplifying the process of saving files from the web.