Skip to content

ItsAhmedAtef/PDFCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

PDFCleaner

Python script to remove PDF metadata tags

Overview

  • Simple Python libraries, Just "sys" and "os".
  • Original PDF will not be edited.
  • New file will be created with unwanted chosen metadata tags.
  • You can remove PDF [ Title - Producer - Author - Creator ] tags

Usage

python3 ./PDFCleaner.py PDFNAME.pdf --all

Options

  • --all
  • --author
  • --creator
  • --producer
  • --title

About

Python script to remove PDF metadata tags

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages