# pdfcpu
**Repository Path**: woodplus/pdfcpu
## Basic Information
- **Project Name**: pdfcpu
- **Description**: pdfcpu 是一个用 Go 编写的简单 PDF 处理库,支持加密
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 11
- **Created**: 2019-08-29
- **Last Updated**: 2024-01-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# pdfcpu: a Go PDF processor
[](https://open.vscode.dev/pdfcpu/pdfcpu)
[](https://github.com/pdfcpu/pdfcpu/actions)
[](https://coveralls.io/github/pdfcpu/pdfcpu?branch=master)
[](https://pkg.go.dev/github.com/pdfcpu/pdfcpu)
[](https://goreportcard.com/report/github.com/pdfcpu/pdfcpu)
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/pdfcpu/pdfcpu/releases)
pdfcpu is a PDF processing library written in [Go](http://golang.org) 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.
## Motivation
This is an effort to build a comprehensive PDF processing library from the ground up written in Go. Over time pdfcpu aims to support the standard range of PDF processing features and also any interesting use cases that may present themselves along the way.