1

Wanting to create a pdf that the receiver can not see who wrote and when it was created. How to do?? Im not very literate on pdf!

1 Answers1

1

You can use exiftool to strip the metadata from PDF file. It run under Windows, Linux, etc. The command is:

exiftool -all= name_of_pdf_file.pdf

The software create backup of original file under name: name_of_pdf_file.pdf_original

Romeo Ninov
  • 7,848