LibreOffice: Datei → Export als PDF…
Siehe auch:
exiftool -all:all # read all the tags. exiftool -all:all= # remove all the tags.
exiftool -all:all
also removes the pointer to the Info Dictionary, but does not completely remove it.
GhostScript:
gs \ -sOutputFile=output.pdf \ -sDEVICE=pdfwrite \ -sColorConversionStrategy=Gray \ -dProcessColorModel=/DeviceGray \ -dCompatibilityLevel=1.4 \ -dNOPAUSE \ -dBATCH \ input.pdf