Skip to content

momosh1r0/pdf_watermark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pdf_password

Using PyPdf to overlay image on pdf
Requirements:
 pip install fpdf Pillow pypdf

Examples
* Specific page, the pages begin at zero
p = PDF("C://tmp/a.pdf", "C://tmp/w.pdf", "C://tmp/img.jpg")
p.watermark_page(3)

* All pages
p = PDF("C://tmp/a.pdf", "C://tmp/w.pdf", "C://tmp/img.jpg")
pdf.watermark_all_pages()

About

PDF's watermark with PyPdf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages