pdfcpu is a PDF processing library written in Go supporting encryption. It provides both an API and a CLI. Supported are all versions up to PDF 1.7 (ISO-32000). Support for PDF 2.0 is basic and ongoing work.
pdfcpu is a PDF processing library written in Go supporting encryption. It provides both an API and a CLI. Supported are all versions up to PDF 1.7 (ISO-32000). Support for PDF 2.0 is basic and ongoing work.
To install pdfcpu, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pdfcpu
To see what files were installed by pdfcpu, run:
port contents pdfcpu
To later upgrade pdfcpu, run:
sudo port selfupdate && sudo port upgrade pdfcpu
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.