pdfcpu

Logo

PDF tooling for Go and the command line.

View the Project on GitHub pdfcpu/pdfcpu


Changelog
Future Directions

Getting Started

Start with the interface you need. Use the CLI when you want to process PDFs from the terminal, scripts, or automation. Use the Go API when pdfcpu should become part of your own application.

CLI

Download the pdfcpu binary and run PDF operations directly from your shell.

API

Add pdfcpu as a Go dependency and call PDF processing functions from your code.