Skip to content

Releases: shubham8agar/Watermark_PDF

PDF-Watermarking-Script-v1.0

23 Aug 05:12
9a70a0f
Compare
Choose a tag to compare

Overview

This is the initial release (v1.0) of the PDF Watermarking Script. This script allows users to easily apply a watermark to all PDF files in the same directory where the script is executed. The watermarked PDFs are saved with filenames prefixed by wm-.

Features

  • Batch Processing: Automatically watermarks all PDF files in the directory.
  • Customizable Watermark: Set your desired watermark text and appearance by modifying the script.
  • Simple to Use: No complex setup required—just place the script in your folder with PDFs and run it.
  • Avoids Reprocessing: The script skips files that have already been watermarked.

Files Included

  • watermark_script.py: The main Python script for applying watermarks to PDFs.
  • README.md: Instructions on how to use the script.
  • LICENSE: The MIT license under which this script is distributed.

Installation

  1. Download the ZIP file from this release.
  2. Extract the contents to your desired directory.