How to stop Ghostscript from adding "Producer" metadata to PDF files
2
votes
1
answer
639
views
I processed a PDF file using Ghostscript:
gs -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -q -o output.pdf input.pdf
When I used a text/binary editor to look into the output PDF, I noticed that Ghostscript has added "Producer" metadata to the PDF. Ghostscript added /Producer(GPL Ghostscript 10.00.0)
to the PDF information dictionary, and also added `` to the XMP metadata. How do I stop Ghostscript from adding this metadata?
Asked by Flux
(3238 rep)
Jan 11, 2024, 05:28 PM
Last activity: Feb 17, 2025, 03:56 AM
Last activity: Feb 17, 2025, 03:56 AM