From db0615765b1f28f4014233cbf7779118bec70aff Mon Sep 17 00:00:00 2001 From: tannevaled Date: Tue, 25 Aug 2026 23:04:06 +0200 Subject: [PATCH] Point at the rest of the family A reader who lands on one of these has no way of knowing the other six exist, or that there is a documentation site covering all of them. One line, at the foot, saying what each of the others is for. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6378533..ae653c3 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,18 @@ nothing, nearly all are Type 3 fonts with no `/ToUnicode`: dvips bitmap fonts whose glyphs are called `a1` and `s32`, which no reader can turn back into letters. +## The rest of the family + +[**reader**](https://github.com/go-pdfkit/reader) reads and writes the format · +[**ops**](https://github.com/go-pdfkit/ops) is the verbs and the `pdfops` command · +[**render**](https://github.com/go-pdfkit/render) turns a page into pixels · +[**pdffont**](https://github.com/go-pdfkit/pdffont) is what a document says about a font · +[**extract**](https://github.com/go-pdfkit/extract) reads a page back · +[**coedit**](https://github.com/go-pdfkit/coedit) is a PDF several people edit at once · +[**app**](https://github.com/go-pdfkit/app) is the browser workbench. + +Documentation for all of it: + ## Licence BSD-3-Clause.