This project is a simple web application built using Flask, HTML, CSS, and JavaScript that allows users to upload a PDF file and apply a customizable watermark. The application provides a user-friendly interface for watermarking PDFs, making it easy to protect your documents.
- Upload PDF files
- Customize watermark text
- Adjust opacity
- Download the watermarked PDF
- Responsive design for easy use on any device
- Flask: Python web framework for building the backend
- HTML/CSS: For structuring and styling the web application
- JavaScript: For client-side interactivity
- PDF Processing Library: (e.g., PyPDF2, reportlab) for manipulating PDF files
- Clone the repository:
git clone https://github.com/yourusername/pdf-watermark-tool.git
- Navigate to the project directory:
cd pdf-watermarking-tool
- Install the required packages:
pip install -r requirements.txt
- Run the application:
python app.py
- Open your web browser and go to
http://127.0.0.1:5000
. - Upload your PDF file.
- Enter the desired watermark text and customize its appearance.
- Click the "Watermark PDF" button to generate the watermarked PDF.
- Download the final document.
Contributions are welcome! If you have suggestions for improvements or want to report a bug, please create an issue or submit a pull request.