Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

PDF Watermark script

  • This script built in Python is used to add PDF WATERMARK .
  • The user enters :
    • The Original PDF Name and the same PDF should be in current location.
    • Output PDF to be name.
    • Watermark Text.
    • Watermark coordinates. Image
  • After the execution of the script new pdf with watermark is automatically created.
  • You can use the sample pdf for testing.

Requirements

  • reportlab
  • pyPDF2