WebPDF is an online tool that converts web pages into PDF documents. It features a user-friendly interface built with HTML, CSS, JavaScript, and Bootstrap. The backend is developed using Java with Spring Boot, and PDF conversion is handled by wkhtml2pdf, to which we extend our special thanks.
- Convert Web Pages to PDF: Input a URL to generate a PDF of the web page.
- Send PDF via Email: Optionally send the generated PDF to any email address.
To set up WebPDF, follow these steps:
-
Prerequisites:
- Java (JDK 8 or higher)
- wkhtml2pdf (Ensure it's installed and the path is correctly set)
-
Clone the repository:
git clone https://github.com/ikali850/webpage2pdf cd webpage2pdf
- Description: Provides a brief overview of the project.
- Features: Lists the key functionalities.
- Table of Contents: Helps navigate the document.
- Installation: Detailed steps to get the project up and running.
- Usage: Instructions on how to use the tool.
- Configuration: Instructions for configuring email settings and the wkhtml2pdf path.
- Contributing: Guidelines for contributing to the project.
- License: Specifies the license under which the project is distributed.
- Contact: Information for getting in touch.
- Acknowledgements: Credits to contributors or tools used.