Commit bf426a07fd06d5798e3004d155bed10dcb8fe3ed
1 parent
1f07e94e
Add docs badge to README
Showing
1 changed file
with
1 additions
and
0 deletions
README.md
| ... | ... | @@ -5,6 +5,7 @@ |
| 5 | 5 | [](https://github.com/qpdf/qpdf/actions) |
| 6 | 6 | [](https://lgtm.com/projects/g/qpdf/qpdf/alerts/) |
| 7 | 7 | [](https://lgtm.com/projects/g/qpdf/qpdf/context:cpp) |
| 8 | +[](https://qpdf.readthedocs.io/en/latest/?badge=latest) | |
| 8 | 9 | |
| 9 | 10 | This is the QPDF package. 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. |
| 10 | 11 | ... | ... |