pdfcpu

Logo

A PDF processor written in Go.

View the Project on GitHub pdfcpu/pdfcpu


Changelog

Remove Properties

This command removes properties from a PDF document. Have a look at some examples.

Usage

pdfcpu properties remove inFile [name...]


Common Flags


Arguments

name description required
inFile PDF input file yes
name… one or more property names no


Examples

Remove a specific property from in.pdf:

$ pdfcpu prop remove in.pdf dept


Remove all properties:

$ pdfcpu prop remove test.pdf