# pdfcpu
**Repository Path**: albinZhang/pdfcpu
## Basic Information
- **Project Name**: pdfcpu
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 1
- **Created**: 2020-07-07
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# pdfcpu: a Go PDF processor
[](https://travis-ci.org/pdfcpu/pdfcpu)
[](https://godoc.org/github.com/pdfcpu/pdfcpu)
[](https://coveralls.io/github/pdfcpu/pdfcpu?branch=master)
[](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).
## 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.