Releases: shubham8agar/Watermark_PDF
Releases · shubham8agar/Watermark_PDF
PDF-Watermarking-Script-v1.0
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
- Download the ZIP file from this release.
- Extract the contents to your desired directory.