
Remove metadata from PDF
- Tutorial

I conducted a small experiment and, based on the results, put together a small toolchain and freeware utilities. That's all I want to share.
So, the first thing that was done was an attempt to delete data using Adobe Acrobat itself using the appropriate instructions. There is a result, but it cannot be called satisfactory, because firstly, it is shooting from a cannon at sparrows, and secondly, the output file size for some reason increased by almost an order of magnitude.
Then, among the crapware heap , wonderful BeCyPDFMetaEdit utility was found , but it confidently copes with PDF v 1.6 and lower, and the result is not guaranteed for newer revisions of the format.
The ultimate solution, as usual, came from the * nix world and the open source community. This is a bunch of utilities ExifTool , QPDF and Xpdf , each of which is also available under Windows. Because Since the licenses of these utilities do not prohibit their free distribution without changes, I safely collected them ina single archive (WINx64) with a script and elementary instructions for use. In short, you unpack the archive, put the pdf file to be cleaned into the resulting folder, and then drag it to DEMETA.bat. The script will work and your file will become virgin.
Sources of inspiration and links to used software
www.metawiper.com/How-to-remove-metadata-from-pdf-file
askubuntu.com/questions/27381/how-to-edit-pdf-metadata-from-command-line
gist.github.com/hubgit/ 6078384
www.sno.phy.queensu.ca/~phil/exiftool
qpdf.sourceforge.net
stackoverflow.com/questions/19263643/windows-equivalent-for-unixs-pdfinfo
www.foolabs.com/xpdf/download.html
www. becyhome.de/becypdfmetaedit/description_eng.htm
askubuntu.com/questions/27381/how-to-edit-pdf-metadata-from-command-line
gist.github.com/hubgit/ 6078384
www.sno.phy.queensu.ca/~phil/exiftool
qpdf.sourceforge.net
stackoverflow.com/questions/19263643/windows-equivalent-for-unixs-pdfinfo
www.foolabs.com/xpdf/download.html
www. becyhome.de/becypdfmetaedit/description_eng.htm