Skip to content

This is Flask-based web application allows users to upload PDF files and easily apply customizable watermarks. With a simple and intuitive interface, you can protect your documents while maintaining a professional appearance. Ideal for anyone looking to add branding or copyright information to their PDFs quickly.

Notifications You must be signed in to change notification settings

Aenigma-Lab/pdf-watermarking-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Watermarking Tool

Sample Image

Description

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.

Features

  • Upload PDF files
  • Customize watermark text
  • Adjust opacity
  • Download the watermarked PDF
  • Responsive design for easy use on any device

Technologies Used

  • 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

Installation

  1. Clone the repository:
   git clone https://github.com/yourusername/pdf-watermark-tool.git
  1. Navigate to the project directory:
  cd pdf-watermarking-tool
  1. Install the required packages:
pip install -r requirements.txt
  1. Run the application:
python app.py

Usage

  1. Open your web browser and go to http://127.0.0.1:5000.
  2. Upload your PDF file.
  3. Enter the desired watermark text and customize its appearance.
  4. Click the "Watermark PDF" button to generate the watermarked PDF.
  5. Download the final document.

Contributing

Contributions are welcome! If you have suggestions for improvements or want to report a bug, please create an issue or submit a pull request.

About

This is Flask-based web application allows users to upload PDF files and easily apply customizable watermarks. With a simple and intuitive interface, you can protect your documents while maintaining a professional appearance. Ideal for anyone looking to add branding or copyright information to their PDFs quickly.

Resources

Stars

Watchers

Forks

Packages

No packages published