aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2024-02-18 00:34:30 +0100
committerJay Berkenbilt <ejb@ql.org>2024-02-18 00:34:30 +0100
commit1ab7c43a221df952dbdad20cc228e050c6379926 (patch)
tree462519ec59b42b7925d2871c20b00501da00a12f /README.md
parentc1a48ec81dfd7252c7f414257c16b5bc522f97f5 (diff)
downloadqpdf-1ab7c43a221df952dbdad20cc228e050c6379926.tar.zst
Support CodeCov
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 07e1ee03..aac4ef9b 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
[![QPDF](logo/qpdf.svg)](https://qpdf.sourceforge.io)
[![QPDF Build](https://github.com/qpdf/qpdf/workflows/QPDF%20Build/badge.svg)](https://github.com/qpdf/qpdf/actions)
+[![codecov](https://codecov.io/gh/qpdf/qpdf/graph/badge.svg?token=ODijhBtAoW)](https://codecov.io/gh/qpdf/qpdf)
[![Documentation Status](https://readthedocs.org/projects/qpdf/badge/?version=latest)](https://qpdf.readthedocs.io/en/latest/?badge=latest)
QPDF is a command-line tool and C++ library that performs content-preserving transformations on PDF files. It supports linearization, encryption, and numerous other features. It can also be used for splitting and merging files, creating PDF files (but you have to supply all the content yourself), and inspecting files for study or analysis. QPDF does not render PDFs or perform text extraction, and it does not contain higher-level interfaces for working with page contents. It is a low-level tool for working with the structure of PDF files and can be a valuable tool for anyone who wants to do programmatic or command-line-based manipulation of PDF files.